mattch
mattch
I'm using Quill with React, Yjs, react-quill, y-quill, y-websocket, and quill-cursors. Everything works great with cursors (showing a remote users activity with a line without a flag) and with flags...
quill-cursors needs css "overflow: hidden" to not show the cursor outside a scrollable editor, but the bubble toolbar needs "overflow:visible" or the toolbar's popups will be truncated at the edge...
Current behavior: Dragging an item over a collapsed item only allows you to move the dragged item above or below the collapsed item. You can't drop the dragged item on...