Closed matthewlipski closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
blocknote | ✅ Ready (Inspect) | Visit Preview | Nov 14, 2024 0:40am |
blocknote-website | ✅ Ready (Inspect) | Visit Preview | Nov 14, 2024 0:40am |
Can I ask that if the resizing/dragging of columns be disabled if editable is false? 🙏🏻 https://github.com/TypeCellOS/BlockNote/issues/1244
Can I ask that if the resizing/dragging of columns be disabled if editable is false? 🙏🏻 #1244
Will fix shortly! But in a separate PR
This PR fixes 4 bugs to do with multi-column blocks:
removeBlocksWithCallback
.nodeDOM
would returnnull
due to the cursor position being outdated. I've managed to reproduce this consistently using the document setup below, and dragging the"bbbbb"
block between the"c"
and"d"
blocks.Document to reproduce issue 3: