Open
Description
For this particular nesting pattern:
block1
| block2
| | block3
| | | block4
| block5
With the cursor at the start of block2
, attempting to un-indent the block using Backspace or Shift+Tab will result in the following error: Uncaught TransformError: Invalid content for node block
. This seems to be an issue with TipTap's liftListItem
function, which is used in both key handlers. There are definitely other situations where this happens, the example above is just one case.
It's probably worth mentioning this issue was present before PR #64, so it's almost certainly something going wrong within liftListItem
.