mirror of
https://github.com/atom/atom.git
synced 2026-02-15 17:15:24 -05:00
Add PaneContainer::onDidChangeActivePane
This commit is contained in:
@@ -127,7 +127,7 @@ class Pane extends Model
|
||||
# Public: Makes this pane the *active* pane, causing it to gain focus
|
||||
# immediately.
|
||||
activate: ->
|
||||
@container?.activePane = this
|
||||
@container?.setActivePane(this)
|
||||
@emit 'activated'
|
||||
@emitter.emit 'did-activate'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user