Skip to content

Commit 5498244

Browse files
authored
Removing the text area dom node on disposal (microsoft#234419)
removing the text area dom node on disposal
1 parent a99cb81 commit 5498244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/browser/controller/editContext/native/nativeEditContext.ts

+1
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export class NativeEditContext extends AbstractEditContext {
167167
// Force blue the dom node so can write in pane with no native edit context after disposal
168168
this.domNode.domNode.blur();
169169
this.domNode.domNode.remove();
170+
this.textArea.domNode.remove();
170171
super.dispose();
171172
}
172173

0 commit comments

Comments
 (0)