Visual cue for saving / saved state #5159
Unanswered
mrm2234
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to see if I can change a state variable from "Saved" to "Saving" while my data is being written to db. I trigger db write via debounce. I was curious if anyone here had insight into how I could achieve this. For me, the component that renders the editor seems to be refreshing a lot and I can't get it to trigger the right change in state (from "Saved" to "saving")
I was curious if anyone had any examples of how to go about this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions