diff --git a/src/workspace.js b/src/workspace.js index 60080592f..53f7f5c62 100644 --- a/src/workspace.js +++ b/src/workspace.js @@ -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'}),