Backspace at start should transform block to paragraph first #16435
Open
Description
opened on Jul 5, 2019
Pressing Backspace
at the start of some blocks causes the block to merge with the previous block.
I've seen cases in the past where using Backspace
and Enter
to gradually delete or create content improves the user experience. E.g. Backspace
at the start of an indented list item first outdents the list item instead of merging it abruptly with the previous list item.
This pattern can be applied to other blocks as well with merge behaviour.
- Quote → Paragraph → then merge
- Heading → Paragraph → then merge (with previous heading or paragraph)
- List → Paragraphs → then merge (this is already the case but it happens in one go)
Activity