[Bug]: unsetBlockquote causes listItems to be lifted instead of blockquote #4434
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Which packages did you experience the bug in?
core
What Tiptap version are you using?
2.1.8
What’s the bug you are facing?
This is reproducible if you use the underlying command
commands.lift('blockquote')
from inside of a list inside of ablockquote
. ThelistItem
will be lifted and theblockquote
will remain.What browser are you using?
Chrome
Code example
No response
What did you expect to happen?
Lift list out of blockquote, not lift paragraph out of listItem.
Anything to add? (optional)
I assume this must be a mistake in the underlying
lift
command, but that leverages ProseMirror so I'm not sure what the true root cause might be.Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: