mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
🔥 getPaneContainers from the API
This commit is contained in:
@@ -1568,7 +1568,6 @@ module.exports = class Workspace extends Model {
|
||||
return this.paneContainers.bottom
|
||||
}
|
||||
|
||||
// Essential: Get an {Array} of the current {WorkspaceCenter} and {Dock}s.
|
||||
getPaneContainers () {
|
||||
return [
|
||||
this.paneContainers.center,
|
||||
|
||||
Reference in New Issue
Block a user