BlockNote
BlockNote copied to clipboard
editor.getSelectedText() - Missing whitespace between selected text segments crossing blocks boundaries
Describe the bug Selected text across blocks is truncated without spaces when the selection is across blocks
To Reproduce Write 2 Paragraph blocks - select their text and see the resulting text from editor.getSelectedText()
The function should return an array of selected text segments by blocks.