Fixed lost translation if translation mode got switched before blur.

This commit is contained in:
Martin Edenhofer 2016-08-11 01:54:17 +02:00
parent 648d815007
commit 8a045651ce

View file

@ -20,6 +20,7 @@ class Widget extends App.Controller
toogle: =>
if @active
$('.translation:focus').trigger('blur')
@disable()
@active = false
return