Describe the bug
I have implemented several custom blocks by following the documentation. In Firefox, when typing content in any custom block there is no way to leave a space. The precise behavior is this:
- When writing at the very end of the block you can only input one space.
- Anything you type after that final space simply replaces that space. This includes pressing space again.
- The end result is that all your text is strung together in a single string with no spaces.
- This can be circumvented by placing the cursor in any other position except the very end of the block. Then you can input spaces correctly and type normally.
- This behavior can be reproduced on the docs at https://www.blocknotejs.org/docs/custom-schemas/custom-blocks.
- This seems to affect only Firefox. Chrome and Edge work normally.
To Reproduce
Misc
Describe the bug
I have implemented several custom blocks by following the documentation. In Firefox, when typing content in any custom block there is no way to leave a space. The precise behavior is this:
To Reproduce
Misc