How to implement the auto-save feature? #1837
Unanswered
lilifan1598
asked this question in
Q&A
Replies: 1 comment
-
If you want to trigger a safe when the data changes just call your save action when you change your data, no magic callbacks required 😄 Otherwise you can also do sth like |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to implement this feature using
onChange
,onNodesChange
,andonEdgesChange
,but I found that neither of these events is triggered when the node data changes.I'm not sure if I'm doing something wrong.Is there an event that can be triggered when any content on the canvas changes,such as node data changes,dragging nodes or edges,or any changes to thenodes
andedges
?Please help me.Thank you!Beta Was this translation helpful? Give feedback.
All reactions