Don't intercept non-core commands

This commit is contained in:
probablycorey
2013-08-17 11:17:21 -07:00
committed by Corey Johnson & Nathan Sobo
parent fb2439f193
commit 60d804fb72

View File

@@ -171,7 +171,6 @@ class AtomApplication
when 'core:cut' then Menu.sendActionToFirstResponder('cut:')
when 'core:paste' then Menu.sendActionToFirstResponder('paste:')
when 'core:select-all' then Menu.sendActionToFirstResponder('selectAll:')
when 'command-panel:find-in-file' then Menu.sendActionToFirstResponder('performTextFinderAction:')
when 'window:reload' then @focusedWindow()?.reload()
when 'window:toggle-dev-tools' then @focusedWindow()?.toggleDevTools()
when 'window:close' then @focusedWindow()?.close()