Skip to content

Commit

Permalink
Removing the text area dom node on disposal (#234419)
Browse files Browse the repository at this point in the history
removing the text area dom node on disposal
  • Loading branch information
aiday-mar authored Nov 22, 2024
1 parent a99cb81 commit 5498244
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class NativeEditContext extends AbstractEditContext {
// Force blue the dom node so can write in pane with no native edit context after disposal
this.domNode.domNode.blur();
this.domNode.domNode.remove();
this.textArea.domNode.remove();
super.dispose();
}

Expand Down

0 comments on commit 5498244

Please sign in to comment.