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
{{ message }}
This repository has been archived by the owner. It is now read-only.
Observed behavior:
The text inserted by the second user is removed, but from within the editor of the first user.
Expected behavior:
Only the text inserted by the first user should be removed. The text inserted later by the second user should be left intact.
From my understanding, the editor is constructed with withHistory(). It is notable that Y.js itself also provides a solution for a user-separated undo history.
The text was updated successfully, but these errors were encountered:
Steps to reproduce in the demo:
Observed behavior:
The text inserted by the second user is removed, but from within the editor of the first user.
Expected behavior:
Only the text inserted by the first user should be removed. The text inserted later by the second user should be left intact.
From my understanding, the editor is constructed with
withHistory()
. It is notable that Y.js itself also provides a solution for a user-separated undo history.The text was updated successfully, but these errors were encountered: