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: =>
|
||||
if @active
|
||||
$('.translation:focus').trigger('blur')
|
||||
@disable()
|
||||
@active = false
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue