Fixed lost translation if translation mode got switched before blur.
This commit is contained in:
parent
648d815007
commit
8a045651ce
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Widget extends App.Controller
|
||||||
|
|
||||||
toogle: =>
|
toogle: =>
|
||||||
if @active
|
if @active
|
||||||
|
$('.translation:focus').trigger('blur')
|
||||||
@disable()
|
@disable()
|
||||||
@active = false
|
@active = false
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue