diff --git a/src/dock.js b/src/dock.js index 47ad9b715..c04bbcb50 100644 --- a/src/dock.js +++ b/src/dock.js @@ -203,9 +203,7 @@ module.exports = class Dock { handleDidAddPaneItem () { // Show the dock if you drop an item into it. - if (this.paneContainer.getPaneItems().length === 1) { - this.setState({open: true}) - } + this.setState({open: true}) } handleDidRemovePaneItem () {