mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Forward focusNext/PreviousPane to the active pane container
This commit is contained in:
committed by
Max Brunsfeld
parent
9e1f9c0dd9
commit
68f5448fbe
@@ -1235,12 +1235,12 @@ module.exports = class Workspace extends Model {
|
||||
|
||||
// Extended: Make the next pane active.
|
||||
activateNextPane () {
|
||||
return this.paneContainer.activateNextPane()
|
||||
return this.getActivePaneContainer().activateNextPane()
|
||||
}
|
||||
|
||||
// Extended: Make the previous pane active.
|
||||
activatePreviousPane () {
|
||||
return this.paneContainer.activatePreviousPane()
|
||||
return this.getActivePaneContainer().activatePreviousPane()
|
||||
}
|
||||
|
||||
// Extended: Get the first {Pane} with an item for the given URI.
|
||||
|
||||
Reference in New Issue
Block a user