You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have the whole block indented, inside that block we have more content that is indented on the second level bellow it content under the first indentation. If we delete the first line of the block that is under the root indentation, the indentation is removed but all the data that is bellow the second level indentation is removed.
Describing the issue is a bit hard so this is a screen record reproducing the bug on the public editor in https://www.blocknotejs.org/
Screen.Recording.2025-10-05.at.10.07.14.PM.mov
Found this bug while trying to fix this bug inside the app that is using the editor
To Reproduce
Indent block
Add content to the first line of the block (let's call this A)
Return to line (stay in the indented group)
Add more content and Indent some of it
Go back to A the first line of the indented group and Backspace from the start of that line
The root indentation is removed
All the content bellow the 2nd level indentation is removed (NG)
Misc
Node version:
Package manager:
Browser:
I'm a sponsor and would appreciate if you could look into this sooner than later 💖
Describe the bug
When we have the whole block indented, inside that block we have more content that is indented on the second level bellow it content under the first indentation. If we delete the first line of the block that is under the root indentation, the indentation is removed but all the data that is bellow the second level indentation is removed.
Describing the issue is a bit hard so this is a screen record reproducing the bug on the public editor in https://www.blocknotejs.org/
Screen.Recording.2025-10-05.at.10.07.14.PM.mov
Found this bug while trying to fix this bug inside the app that is using the editor
To Reproduce
Misc