* commit '867474746217b4170974a676a4d4da87a1b6034c': 无JIRA fix: pane的内存泄漏
@ -158,4 +158,10 @@ export class Pane extends Widget {
this.options.items = items || [];
this.check();
}
destroyed() {
super.destroyed();
Layers.remove(`${this.getName()}-loading`);
this._loading?.destroy();