Hello! I encountered an issue with Zhuyin input while trying to sync the content.
When the user is still in the process of selecting text, if another user updates the text on the same line, it causes the selected text to be duplicated.
After some research, we believe this issue occurs because Quill duplicates content when an external insertion happens.
Here is the issue I opened in y-quill:
yjs/y-quill#18
I also found some bug reports related to Korean IME, and I think this issue is similar.
I only found a solution involving disabling batchStart and batchEnd, but I have no idea how to disable that in my client code.