BlockNote
BlockNote copied to clipboard
About custom formatting toolbars
Describe the bug When using a custom formatting toolbar as explained in the docs, it overrrides some functionalities of toolbars for other component types.
To Reproduce Go to the formatting toolbar docs: https://www.blocknotejs.org/examples/ui-components/formatting-toolbar-buttons Try to add an image and see the toolbar that appears. The blue button is there and some other default buttons for files are not.
Compare it with the default toolbar for files in the public editor in https://www.blocknotejs.org/. Add an image and see that some buttons are missing in the custom version.
Ah yeah, looks like we didn't update this example after adding file and media blocks, good spot👍