Table - cell merging (#4046)

This commit is contained in:
Gerard Rovira
2023-03-08 17:33:02 +00:00
committed by GitHub
parent ff10fa5a8e
commit f910e243ec
13 changed files with 693 additions and 65 deletions

View File

@ -101,5 +101,16 @@
"99": "Only element or decorator nodes can be inserted in to the root node",
"100": "splice: sibling not found",
"101": "createChildrenArray: node does not exist in nodeMap",
"102": "Can not call $splitNode() on root element"
"102": "Can not call $splitNode() on root element",
"103": "Expected GridSelection anchor to be (or a child of) GridCellNode",
"104": "Expected GridSelection focus to be (or a child of) GridCellNode",
"105": "Expected anchorCell to have a parent GridRowNode",
"106": "Expected tableNode to have a parent GridNode",
"107": "Expected GridCellNode parent to be a GridRowNode",
"108": "Expected GridNode children to be GridRowNode",
"109": "Expected GridRowNode children to be GridCellNode",
"110": "Anchor not found in Grid",
"111": "Focus not found in Grid",
"112": "Stack.length > 0; can't be undefined",
"113": "Lexical node does not exist in active editor state. Avoid using the same node references between nested closures from editorState.read/editor.update."
}