Changes detection #6312
vadimkantorov
started this conversation in
General
Replies: 1 comment 3 replies
|
There is onChangePlugin. I would auto save by passing debounced callback to onChangePlugin. |
3 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.
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions