Focus the mini-editor on attach

This commit is contained in:
Nathan Sobo
2012-10-01 14:19:01 -10:00
parent eaaf6fc9f0
commit fff0e623d3
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class EventPalette extends View
console.log @pre
@populateEventList()
@appendTo(@rootView.vertical)
@miniEditor.focus()
populateEventList: ->
events = @previouslyFocusedElement.events()