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
The prosemirrorToYXmlFragment documentation says "note that this function should not be used to rehydrate a Y.Doc from a database once collaboration has begun as all history will be lost"
But reading the code it doesn't look like the yjs doc history is being lost, it seems it applies any update from the prosemirror node to the yjs doc, am i right?
The
prosemirrorToYXmlFragment
documentation says "note that this function should not be used to rehydrate a Y.Doc from a database once collaboration has begun as all history will be lost"But reading the code it doesn't look like the yjs
doc
history is being lost, it seems it applies any update from the prosemirror node to the yjs doc, am i right?y-prosemirror/src/lib.js
Line 231 in e0e5e95
The text was updated successfully, but these errors were encountered: