improve reject update example

This commit is contained in:
Kevin Jahns 2025-03-06 10:36:18 +01:00
parent e3739bce8e
commit 35c030d834

View File

@ -152,7 +152,9 @@ export const testRejectUpdateExample = _tc => {
try {
Y.applyUpdate(ydoc, update, 'remote change')
} finally {
um.undo()
while (um.undoStack.length) {
um.undo()
}
um.destroy()
ydoc.store.pendingDs = beforePendingDs
ydoc.store.pendingStructs = null