Merge pull request #296 from bakulf/fix

Fix the configuring of window after a removing - issue #295
This commit is contained in:
luke crouch 2017-03-01 09:22:50 -06:00 committed by GitHub
commit fbc40381b4

View file

@ -972,7 +972,7 @@ const ContainerService = {
},
_refreshNeeded() {
return this.configureWindows();
return this._configureWindows();
},
_hideAllPanels() {