Changes detection #6312
vadimkantorov
started this conversation in
General
Replies: 1 comment 1 reply
-
There is onChangePlugin. I would auto save by passing debounced callback to onChangePlugin. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way of obtaining an estimate of "any changes detection" from the editor instance? (e.g. at least if no edits were done whatsoever)
Even a conservative dirty detection would be a useful API (e.g. for determining if auto-saves (or suggesting a save to the user) to a remote storage should be performed)
Or should manual checking of editor state equivalence to the initial state work?
Beta Was this translation helpful? Give feedback.
All reactions