TypeCellOS / TypeCellOS/BlockNote
something about image
Open
@matthewlipski is already working on this.
Since Aug 24, 2026.
bug:P4
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 772
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 17
Description
Describe the bug
- When an image is inserted, the text toolbar buttons (e.g.,
BlockTypeSelect,BasicTextStyleButton) are hidden instead of being disabled. - When selecting all content (including an image), the text formatting buttons remain visible, but clicking on
Paragraphcauses the image block to disappear.
Expected behavior
- When clicking on an image block, the text toolbar buttons should be disabled rather than hidden.
- When selecting all content (including an image), applying text formatting (e.g., changing to
Paragraph) should not cause the image block to disappear.
To Reproduce
- Insert an image into the editor.
- Observe that the text toolbar buttons (e.g.,
BlockTypeSelect,BasicTextStyleButton) are hidden. - Select all content (including the image).
- Click on the
Paragraphbutton in the toolbar and notice that the image block disappears.
select image
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.