Akhmed Ibragimov
Akhmed Ibragimov
If you have empty initial state remove `autoFocus` prop in `` component
@chacalonjr Yes, this is definitely bug, but related to browser limitations. This is happening because Yoopta now has list of blocks, each with `contenteditable="true"` attribute. Browser can't make selection between...
But I have some ideas of how to solve this issue. Possible solutions: 1. Make `contenteditable="true"` for the root block on `selectionchange` or `mousedown` event and return back to `contenteditable="false"`...
@WindrunnerMax yeap, this is challenge :D The `contenteditable` for root element can bring more problems. But I have some ideas how to solve it, I hope it will be ready...
Multi-selection is available in v4.8.0 https://github.com/user-attachments/assets/ef45e34e-bf7e-43ef-a1a0-d902bb131f66
Also should be added hook to add events to specific block. Something like `useBlockEvents`
Available in v4.5.0
Thanks for reporting! We have this feature in our roadmap and started working on it. I think it will be ready in the next major version
@SebastianStehle Yeap! We considered several options, but in the end decided to implement it using Y.js
Related to https://github.com/Darginec05/Yoopta-Editor/issues/122