Skip to content

How to solve the problem that SyntaxEditor removes the same node multiple times? #54353

Answered by CyrusNajmabadi
NMSAzulX asked this question in Q&A
Discussion options

You must be logged in to vote

The editor api doesn't support removing the same node multiple times. Consider changing your code to not call editor.RemoveNode(root.Usings[3]); twice.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NMSAzulX
Comment options

Answer selected by NMSAzulX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants