mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
atom.app is the final responder
This commit is contained in:
@@ -63,7 +63,7 @@ class KeyBinder
|
||||
true
|
||||
|
||||
responders: ->
|
||||
_.flatten [ (_.values atom.extensions), atom.document, window, atom ]
|
||||
_.flatten [ (_.values atom.extensions), atom.document, window, atom.app ]
|
||||
|
||||
triggerBinding: (scope, method) ->
|
||||
responder = _.detect @responders(), (responder) =>
|
||||
|
||||
Reference in New Issue
Block a user