-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Block] ListAffects the List BlockAffects the List Block[Feature] Writing FlowBlock selection, navigation, splitting, merging, deletion...Block selection, navigation, splitting, merging, deletion...[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Describe the bug
When I press the 'delete' key on an empty list item, the item below the empty one gets merged with the one above.
A gif demo:
To Reproduce
Steps to reproduce the behavior:
- Make a new list gutenberg block
- Add some items
- Make one of the items empty (no text, but still with a number / bullet)
- Put cursor at the empty list item
- Press 'delete' on your keyboard
- See the two items around the empty list item merged
Expected behavior
Starting from this list:
1. Apples
2. Oranges
3.
4. Limes
5. Lemons
I expected to see this after pressing 'delete' on item 3:
1. Apples
2. Oranges
4. Limes
5. Lemons
Metadata
Metadata
Assignees
Labels
[Block] ListAffects the List BlockAffects the List Block[Feature] Writing FlowBlock selection, navigation, splitting, merging, deletion...Block selection, navigation, splitting, merging, deletion...[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended