mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
GlobalKeymap.handleKeyEvent does not stop event propagation if no binding matches.
This commit is contained in:
@@ -20,9 +20,9 @@ class GlobalKeymap
|
||||
for bindingSet in candidateBindingSets
|
||||
if command = bindingSet.commandForEvent(event)
|
||||
$(event.target).trigger(command)
|
||||
return true
|
||||
return false
|
||||
currentNode = currentNode.parent()
|
||||
false
|
||||
true
|
||||
|
||||
reset: ->
|
||||
@BindingSets = []
|
||||
|
||||
Reference in New Issue
Block a user