mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Forward focusNext/PreviousPane to the active pane container
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user