We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d01301 + d413591 commit a8aed7eCopy full SHA for a8aed7e
[email protected]/workspacePopup/workspaceSwitcherPopup.js
@@ -190,14 +190,15 @@ class WorkspaceSwitcherPopup extends SwitcherPopup {
190
this._noModsTimeoutId = 0;
191
}
192
193
+ this._items.forEach((x) => x.destroy());
194
+ this._items = [];
195
+
196
super._onDestroy();
197
198
while (modals.length > 0) {
199
modals.pop().destroy();
200
201
- this._items.forEach((x) => x.destroy());
- this._items = [];
202
203
204
vfunc_allocate(box) {
0 commit comments