mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Focus the mini-editor on attach
This commit is contained in:
@@ -21,6 +21,7 @@ class EventPalette extends View
|
||||
console.log @pre
|
||||
@populateEventList()
|
||||
@appendTo(@rootView.vertical)
|
||||
@miniEditor.focus()
|
||||
|
||||
populateEventList: ->
|
||||
events = @previouslyFocusedElement.events()
|
||||
|
||||
Reference in New Issue
Block a user