Skip to content

Commit 649c715

Browse files
jriekeneli-w-king
authored andcommitted
debt - on dispose remove dom node that ToolBar adds during create (#287132)
1 parent fc2d06a commit 649c715

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/browser/ui/toolbar/toolbar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ export class ToolBar extends Disposable {
379379
override dispose(): void {
380380
this.clear();
381381
this.disposables.dispose();
382+
this.element.remove();
382383
super.dispose();
383384
}
384385
}

0 commit comments

Comments
 (0)