Browse Source

无JIRA fix: pane的内存泄漏

research/test
翠屏山最速下山传说 8 months ago
parent
commit
51cc6914c8
  1. 6
      packages/fineui/src/base/1.pane.js

6
packages/fineui/src/base/1.pane.js

@ -158,4 +158,10 @@ export class Pane extends Widget {
this.options.items = items || []; this.options.items = items || [];
this.check(); this.check();
} }
destroyed() {
super.destroyed();
Layers.remove(`${this.getName()}-loading`);
this._loading?.destroy();
}
} }

Loading…
Cancel
Save