Turn off autosave #3583
Unanswered
reinoutkoninkx
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
I'm building an application in which I encorporate a draw.io freedrawer embedded in an iframe, it all works very nice.
I am now building a collaborative editing feature, but when sending the changes over the network I dont want the autosave to be triggered also on the other clientside which receives the XML code.
if (data.xml) {
The solution for this I think is to turn off autosave event upon merging the received XML into your freedrawer.
Is there a way to get this desired result?
I really look forward to any response!
Reinout
Beta Was this translation helpful? Give feedback.
All reactions