Fix settings not being saved on Esc. #264

This commit is contained in:
ccd0 2014-12-30 21:01:40 -08:00
parent 0461c2607e
commit f2cb2c62f9

View File

@ -64,6 +64,8 @@ Settings =
close: ->
return unless Settings.dialog
# Unfocus current field to trigger change event.
d.activeElement?.blur()
$.rm Settings.overlay
$.rm Settings.dialog
delete Settings.overlay