mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Teach Workspace::reset() to properly reset hasActiveTextEditor
This commit is contained in:
@@ -297,6 +297,7 @@ module.exports = class Workspace extends Model {
|
||||
bottom: this.createDock('bottom')
|
||||
}
|
||||
this.activePaneContainer = this.paneContainers.center
|
||||
this.hasActiveTextEditor = false
|
||||
|
||||
this.panelContainers = {
|
||||
top: new PanelContainer({viewRegistry: this.viewRegistry, location: 'top'}),
|
||||
|
||||
Reference in New Issue
Block a user