mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Menu bar does not directly access the keymap anymore
This makes the keyBindingsForCommand methods obsolete
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
37c17075ea
commit
6e3517dd4a
@@ -55,7 +55,7 @@ window.startEditorWindow = ->
|
||||
atom.activatePackages()
|
||||
keymap.loadUserKeymaps()
|
||||
atom.requireUserInitScript()
|
||||
MenuBar.show()
|
||||
MenuBar.show(keymap.toObject())
|
||||
$(window).on 'unload', -> unloadEditorWindow(); false
|
||||
atom.show()
|
||||
atom.focus()
|
||||
|
||||
Reference in New Issue
Block a user