How I can use lift inside the onUpdate method of custom node? #5242
Unanswered
adrian-bobev
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a node which will be inserted with button click from a menu. I managed to do that.
However, the next thing is that I need to remove the mark tag when something is typed inside it. I have the following code but for some reason the lift method does not work.
PS: Any other suggestions how I can improve this are also welcome because I am not sure if the insertContent is the best approach here as well.
Beta Was this translation helpful? Give feedback.
All reactions