You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a post, the following needs to be done:
After the post is loaded, a poller needs to be added that triggers the autosave every so often. We might even do something like debounce editor change events or something so that it is more deterministic than a simple timer.
If the data hasn't changed, do nothing.
Else, write a backup to localStorage.
When loading an existing post, we need to:
Check localStorage to see if we have an autosave.
Show a UI for restoring the most recent autosave if there is one.
The text was updated successfully, but these errors were encountered:
When editing a post, the following needs to be done:
When loading an existing post, we need to:
The text was updated successfully, but these errors were encountered: