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
5.89k stars 381 forks source link

Inserting Image block will fail when used with `trailingBlock: false` #884

Open softmarshmallow opened 4 days ago

softmarshmallow commented 4 days ago

Wehn trailingBlock: false, image block will fail to open popover. (Yet it opens when manually clicked) - details in Video

  const editor = useCreateBlockNote({
    trailingBlock: false,
  });

https://github.com/TypeCellOS/BlockNote/assets/16307013/cdbf02af-ab33-4f74-a403-5065d35ee339