y-utility
y-utility copied to clipboard
YMultiDocUndoManager is not compatible with yjs version above 13.6.12
Describe the bug YMultiDocUndoManager clears the entire undo stack instead of popping one when it's used together with yjs version 13.6.13 or any version above that.
To Reproduce Steps to reproduce the behavior:
- Install yjs version 13.6.13 or above
- Install y-utility
- Create a YDoc and instantiate a YMultiDocUndoManager
- Do some operations on the doc and try undoing.
- Observe that all operations are undoed instead of the last one
Expected behavior Only last operation is undoed instead of all operations.
Environment Information
- Browser [e.g. Chrome]
- yjs v13.6.18
- y-utility v0.1.4
- [x] This issue is a blocker for my project.
Related to https://github.com/yjs/yjs/issues/645
Thanks! This is now fixed in the latest Yjs release ([email protected])
Thank you 🙌