TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
https://www.blocknotejs.org/
Mozilla Public License 2.0
6.6k stars 456 forks source link

Toolbar loses its position when custom item is selected #965

Open mohsin1993 opened 3 months ago

mohsin1993 commented 3 months ago

Describe the bug Toolbar loses its posiition when custom items are selected

To Reproduce Select alert from dropdown (https://stackblitz.com/github/TypeCellOS/BlockNote/tree/main/examples/03-ui-components/03-formatting-toolbar-block-type-items?file=README.md)>

Misc

mohsin1993 commented 3 months ago
Screenshot 2024-07-25 at 17 06 41
matthewlipski commented 2 months ago

Thanks for reporting this, looks like the formatting toolbar is trying to calculate its position before the custom block is rendered.