Affected Packages
ListItem
Version(s)
3.20
Bug Description
The issue is reproducible in the official example:
https://tiptap.dev/docs/editor/extensions/nodes/list-item
Steps to reproduce:
- Clear all editor content.
- Create a list item with some text.
- Press Ctrl + A to select all content.
- Try to toggle the list item.
Actual result:
It is impossible to toggle the list item when all content is selected.
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
The content should no longer be a list after toggling (i.e., it should be converted back to a normal paragraph).
Additional Context (Optional)
No response
Dependency Updates