Making a clear all button #238
Unanswered
tomjthomas
asked this question in
Q&A
Replies: 1 comment
-
I'm doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I implement a button that would delete all the nodes in the editing area?
I was planning on going through all the children of the edit area and deleting them one by one but I can only access the children from the editing area component (or that's what I understood). I thought of a workaround by setting the editing area as the selected node and then creating a related component.
Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions