This commit is contained in:
Sandeep Somavarapu
2020-03-13 19:03:18 +01:00
parent 950ceb939b
commit fa282a8a1c
@@ -209,6 +209,10 @@ export abstract class Pane extends Disposable implements IView {
this.body = append(this.element, $('.pane-body'));
this.renderBody(this.body);
if (!this.isExpanded()) {
this.body.remove();
}
}
layout(size: number): void {