mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 10:06:19 +01:00
fix #92261
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user