Allow focusout events to bubble out of panes

This commit is contained in:
Nathan Sobo
2014-01-10 18:07:10 -07:00
parent 578ca8b197
commit 3afbcbe25f

View File

@@ -58,6 +58,7 @@ class PaneModel extends Model
blur: ->
@focused = false
true # if this is called from an event handler, don't cancel it
makeActive: -> @container?.activePane = this