Node following the end of a line should be removed and the text joined when Delete is pressed at the end of a line #3454
Labels
Info: Stale
The issue or pullrequest has not been updated in a while and might be stale
Type: Bug
The issue or pullrequest is related to a bug
What’s the bug you are facing?
This comes from this comment:
#3192 (comment)
Basically when you're at the end of a paragraph for example (but also happens with any other block with text content) and you press
Delete
, the following node doesn't get joined correctly.Instead of the next text node being joined with the current text, the node on the next line gets removed but nothing happens with the content.
Which browser was this experienced in? Are any special extensions installed?
Chrome, Firefox
How can we reproduce the bug on our side?
Can you provide a CodeSandbox?
No response
What did you expect to happen?
When delete is pressed, the text content from the next line should be joined with the current text node and the next node should be removed (or the wrapper of the empty text node at least - since you could be in a list / nested node that shouldn't be removeD).
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: