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
Seems to work for now.
However, this (probably) needs to be changed before moving to sockets because it probably won't work with multiple users at the same time. Prosemirrors build in history should take care of that.
So I've made a feature request for a clear/reset history method in prosemirror.
Closing this as it seems to work all right for v1.0
It uses history for the other notes...
So maybe a new editor instance per note?
Reproduce
resources/js/components/EditorContent.vue
file)npm run dev
(ornpm run watch
)and content changes to the previos note content.
History should be per note. I'm not sure what a good solution to this bug is, so for now I've disabled history...
The text was updated successfully, but these errors were encountered: