mirror of
https://github.com/atom/atom.git
synced 2026-02-11 15:14:59 -05:00
Clear the miniEditor when showing the event palette
This commit is contained in:
@@ -23,6 +23,7 @@ class EventPalette extends SelectList
|
||||
@previouslyFocusedElement = $(':focus')
|
||||
@setArray(@previouslyFocusedElement.events())
|
||||
@appendTo(@rootView)
|
||||
@miniEditor.setText('')
|
||||
@miniEditor.focus()
|
||||
|
||||
itemForElement: ([eventName, description]) ->
|
||||
|
||||
Reference in New Issue
Block a user