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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: