fix spotlight not shown when the search icon clicked

This commit is contained in:
Xuan Sang LE 2018-03-04 14:09:54 +01:00
parent 5d0d03119a
commit b9a4448cb8

View File

@ -19,6 +19,7 @@ class SpotlightDialog extends this.OS.GUI.BaseDialog
($ document).keyup @fn
@fn1 = (e) ->
return if $(e.target).closest(me.parent.holder.root).length
if not $(e.target).closest(me.scheme).length
($ document).unbind "click", me.fn1
($ document).unbind "keyup", me.fn