Co-authored-by: Lexical GitHub Actions Bot <>
This commit is contained in:
Sherry
2024-12-24 09:54:46 +08:00
committed by GitHub
parent c415f7a09b
commit e79c946c8b
42 changed files with 438 additions and 386 deletions

View File

@ -250,5 +250,12 @@
"248": "selectAdjacentCell: Row not in table",
"249": "getCornerOrThrow: cell %s is not at a corner of rect",
"250": "cellAtCornerOrThrow: %s = %s missing in tableMap",
"251": "$handleArrowKey: TableSelection.getNodes()[0] expected to be TableNode"
"251": "$handleArrowKey: TableSelection.getNodes()[0] expected to be TableNode",
"252": "$getPointNode: element point is not an ElementNode",
"253": "Expected TableSelection",
"254": "TablePlugin: Expecting all children of TableNode to be TableRowNode, found %s (type %s)",
"255": "TablePlugin: TableNode is not registered on editor",
"256": "insertAfterEndRow is not a TableRowNode",
"257": "insertBeforeStartRow is not a TableRowNode",
"258": "$childIterator: Cycle detected, node with key %s has already been traversed"
}