Browse Source

无JIRA super调用修复

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

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

@ -160,7 +160,7 @@ export class Pane extends Widget {
} }
destroyed() { destroyed() {
super.destroyed(); super.destroyed?.();
Layers.remove(`${this.getName()}-loading`); Layers.remove(`${this.getName()}-loading`);
this._loading?.destroy(); this._loading?.destroy();
} }

Loading…
Cancel
Save