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
- Fixed non-deterministic ordering in concurrent operations by forcing RGA ordering when inserting at the root position, ensuring all users see identical document states during real-time collaboration
- Corrected array indexing in delete tests from sequence[1] to sequence[0] because getOrderedSequence() excludes the root node, making the first character at index 0 instead of 1
0 commit comments