You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have created a few paragraphs with nested children that look like this:
Trying to shift tab on any second level nested child (test or test 3), except for the last one results in an invalid content error being thrown.
To Reproduce
Create a block.
Create a few nested child blocks (more than one).
Add another nested child block to all the child blocks created in step 2.
Click Shift + Tab on any second level nested block.
Possible reason
I believe the issue is with Tiptap's liftListItem command trying to insert the following child nodes into the content of blockContainer, while blockContainter can only have one content node and one blockGroup as its' children in your schema.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have created a few paragraphs with nested children that look like this:
Trying to shift tab on any second level nested child (test or test 3), except for the last one results in an invalid content error being thrown.
To Reproduce
Misc
Used the demo editor on your website.
Possible reason
I believe the issue is with Tiptap's liftListItem command trying to insert the following child nodes into the content of blockContainer, while blockContainter can only have one content node and one blockGroup as its' children in your schema.
The text was updated successfully, but these errors were encountered: