ilya2204
ilya2204
Hi @pubuzhixing8 Thanks for solving the problem. I tested and in English spellchecking really doesn't blink anymore. The only thing I found a bug with the fact that some events...
@pubuzhixing8 Arrow movement really worked. However, there is a bug with the insertion of `'\n'`. Unfortunately, I didn’t manage to create codesandbox, so in pull request I added an example...
@pubuzhixing8 Thanks a lot. Now everything seems to be working as it should.
And maybe add more complex character input checks. Instead of `/[a-z ]/i.test(event.data)` something like `event.data.toUpperCase() != event.data.toLowerCase()` which works in most languages. Or perhaps add the ability to pass a...
Hi @pubuzhixing8 Unfortunately I found another bug when after changing the cursor position you enter a character and then delete it (for example, through backspace) strange things happen https://user-images.githubusercontent.com/52297646/168486909-56a21972-3b24-4ba1-9d6c-989d9f42910d.mp4
In @slate-yjs/[email protected] it seems react 18 worked
@BitPhinix Here not working example in my fork https://github.com/ilya2204/slate-yjs/tree/not-working-example https://user-images.githubusercontent.com/52297646/202913795-c9c5603e-e369-4025-a881-452a7d67ca9b.mp4
Any plans to merge these changes?
I started having similar problems when I call provider.disconnect() and then after some time provider.connect(). This is similar to what can happen in React's strict mode. (I also pass preserveConnection:...
Hello @janthurau, if this is awareness, it still doesn’t seem to make sense that when using multiplexing, each document sends its awareness once every 30 seconds? Is there a way...