mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Allow focusout events to bubble out of panes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user