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
I got the sharedb client working with a codemirror instance, but I don’t see any tools or methods on the sharedb client to store and revert/reapply local changes. Current behavior in my app makes it so that pressing ctrl-z will undo ops sent from the server. Checking to see if anyone has implemented local undo or if I have to roll it myself? :)