Inputs getting duplicated with y-quill@0.1.5

Inputs are duplicated after upgrading from y-quill 0.1.4 to 0.1.5.

In 0.1.4: Type “a” → “a” appears in textbox
In 0.1.5: Type “a” → “aa” appears in textbox

Anyone have an idea of what it could be?
It must have something to do with lib0/mux, but I couldn’t pinpoint it.
I’m using y-websocket provider without BroadcastChannel.

1 Like

Hi @gustavotoyota,

I wasn’t able to reproduce this issue in the quill demo.

Can you please open a GitHub issue in the y-quill repository with information on how to reproduce this bug?

I somehow fixed it and have no idea what it was. My guess is that I had accidentally made the Quill instance reactive with Vue and the Proxy made it interact poorly with the 0.1.5 update.

1 Like