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
Describe the bug
When copying and pasting the content inside the editor, the copied content looks weird. Take a look at the following screen recording.
I am experiencing this same issue - paste will nest the pasted content and add additional empty bocks. For me, this happens when copying content directly from a BlockNote instance and pasting. Copying HTML or content outside of BlockNote and pasting it works fine.
And possibly related, this exact same issue happens when using drag/drop to reorder blocks. When dragging a block up or down, the dragged block will become nested and a new empty block above the pasted block.
The same thing happens when you try and parse the blocks from HTML, using editor.tryParseHTMLToBlocks. Everything seems to get indented. #1651 is a similar bug to this
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When copying and pasting the content inside the editor, the copied content looks weird. Take a look at the following screen recording.
Screen.Recording.2025-04-25.at.9.56.52.PM.mov
To Reproduce
Just to open the official basic example at https://stackblitz.com/github/TypeCellOS/BlockNote/tree/main/examples/01-basic/01-minimal?file=App.tsx, and you will be able to reproduce.
Misc
The text was updated successfully, but these errors were encountered: