Do not block mousedown events (just use es as listener).
This commit is contained in:
parent
cebc8a04fc
commit
3306cf4e8a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ class App.GlobalSearchWidget extends Spine.Module
|
|||
constructor: ->
|
||||
$('body').on('mousedown', (e) =>
|
||||
@shiftHeldToogle(e)
|
||||
true
|
||||
)
|
||||
App.Event.bind('global:search:set', (data) =>
|
||||
item = data[0]
|
||||
|
|
Loading…
Reference in a new issue