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