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
Related to #2915 (comment), this is partly related to the reason for reset actions, which is that since undo history is tracked for any action causing a change in the undoable reducer value, we need to make sure that initialization actions occurring on page load are not reflected as changed through Undo, either by avoiding changes in state, or assigning the clean state point via an action ("RESET_POST").
Issue Overview
When the editor finished loading, an undo level is already present, even though there's nothing to undo yet.
The text was updated successfully, but these errors were encountered: