yjs / y-quill

Quill Editor binding for Yjs
https://demos.yjs.dev/quill/quill.html
MIT License
80 stars 18 forks source link

Use `undomanager.addToScope` instead of `.scope` property #10

Open dmonad opened 2 years ago

dmonad commented 2 years ago

The Y.UndoManager now has a method that allows adding to scope. This is required for compatibility with the Y.MultiDocUndoManager from y-utility.