We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99cb81 commit 5498244Copy full SHA for 5498244
src/vs/editor/browser/controller/editContext/native/nativeEditContext.ts
@@ -167,6 +167,7 @@ export class NativeEditContext extends AbstractEditContext {
167
// Force blue the dom node so can write in pane with no native edit context after disposal
168
this.domNode.domNode.blur();
169
this.domNode.domNode.remove();
170
+ this.textArea.domNode.remove();
171
super.dispose();
172
}
173
0 commit comments