-
Is there a way to delete all edit states with one click? I want to clear the entire canvas. |
Beta Was this translation helpful? Give feedback.
Answered by
hm21
Jun 12, 2024
Replies: 2 comments
-
This was not possible, but I have released version You can call it like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iOSyan
-
It's run well! Thank you so much! |
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
This was not possible, but I have released version
3.0.11
for you which includes this feature.You can call it like this:
editorKey.currentState!.removeAllLayers();
.