Handle bad list item children gracefully (#3226)

This commit is contained in:
Gerard Rovira
2022-10-20 02:13:35 +01:00
committed by GitHub
parent ba1274f9ee
commit d248de02b7
3 changed files with 16 additions and 9 deletions

View File

@ -94,5 +94,6 @@
"92": "syncChildrenFromYjs: cound not find element node",
"93": "syncChildrenFromYjs: expected text, element, decorator, or linebreak collab node",
"94": "splice: could not find collab element node",
"95": "splice: expected offset to be greater than zero"
"95": "splice: expected offset to be greater than zero",
"96": "Expected node %s to have a last child."
}