mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use skinny arrow
This commit is contained in:
@@ -54,7 +54,7 @@ class WindowEventHandler
|
||||
|
||||
@subscribeToCommand $(document), 'core:focus-previous', @focusPrevious
|
||||
|
||||
@subscribe $(document), 'keydown', (event) =>
|
||||
@subscribe $(document), 'keydown', (event) ->
|
||||
atom.keymap.handleKeyEvent(event)
|
||||
|
||||
@subscribe $(document), 'drop', (e) ->
|
||||
|
||||
Reference in New Issue
Block a user