|
|
@ -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(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|