Merge pull request #296 from bakulf/fix
Fix the configuring of window after a removing - issue #295
This commit is contained in:
commit
fbc40381b4
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -972,7 +972,7 @@ const ContainerService = {
|
||||||
},
|
},
|
||||||
|
|
||||||
_refreshNeeded() {
|
_refreshNeeded() {
|
||||||
return this.configureWindows();
|
return this._configureWindows();
|
||||||
},
|
},
|
||||||
|
|
||||||
_hideAllPanels() {
|
_hideAllPanels() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue