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.67k stars 459 forks source link

Background Color Bug with None-Typed Content in Custom Blocks" #1003

Open jehaad1 opened 2 months ago

jehaad1 commented 2 months ago

Describe the bug When I create a custom block with the content set to none, the text and background colors do not show. However, if I set a background and then place my custom block, the background is not removed. While it doesn't add the background color to the custom block property, the background remains displayed until you refresh and re-render the custom block from its JSON object.

Misc

jehaad1 commented 1 month ago

any updates?