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
d6966ac: The fractional index in LoroTree is now enabled by default with jitter=0.
To reduce the cost of LoroTree, if the index property in LoroTree is unused, users can still
call tree.disableFractionalIndex(). However, in the new version, after disabling the fractional
index, tree.moveTo(), tree.moveBefore(), tree.moveAfter(), and tree.createAt() will
throw an error