mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 23:26:16 +08:00
Rename GridSelection to TableSelection (#5534)
This commit is contained in:
@ -131,5 +131,33 @@
|
||||
"129": "Expected parentElement of Text not to be null",
|
||||
"130": "LexicalNode: Node %s does not match the serialized type. Check if .exportJSON() is implemented and it is returning the correct type.",
|
||||
"131": "Expected to find LexicalNode from Table Cell DOMNode",
|
||||
"132": "Expected TextNode createDOM to always return a HTMLElement"
|
||||
"132": "Expected TextNode createDOM to always return a HTMLElement",
|
||||
"133": "Children of a root must be ElementNode",
|
||||
"134": "Expected RangeSelection after insertParagraph",
|
||||
"135": "Expected 'firstBlock' to be an ElementNode",
|
||||
"136": "Expected ancestor to be an ElementNode",
|
||||
"137": "LexicalNode: Node %s does not implement .isInline().",
|
||||
"138": "Children of root nodes must be elements",
|
||||
"139": "includeChildren should only be true for ElementNodes",
|
||||
"140": "insertRangeAfter: lastToInsert must be a later sibling of firstToInsert",
|
||||
"141": "Point.getNode() must return TextNode when type is text",
|
||||
"142": "Anchor node must be a TextNode",
|
||||
"143": "insertList: anchor should be defined",
|
||||
"144": "node is not a ListItemNode",
|
||||
"145": "focusEndRow is not a TableRowNode",
|
||||
"146": "Expected GridNode children to be TableRowNode",
|
||||
"147": "Expected TableRowNode children to be TableCellNode",
|
||||
"148": "Expected to find a parent TableCellNode",
|
||||
"149": "Expected TableCellNode to have a parent TableRowNode",
|
||||
"150": "Expected TableRowNode to have a parent GridNode",
|
||||
"151": "Expected TableSelection focus to be an ElementNode",
|
||||
"152": "Expected TableSelection anchor to be (or a child of) TableCellNode",
|
||||
"153": "getCellRect: expected to find AnchorNode",
|
||||
"154": "Expected TableSelection focus to be (or a child of) TableCellNode",
|
||||
"155": "getCellRect: expected to find focusCellNode",
|
||||
"156": "Expected anchorCell to have a parent TableRowNode",
|
||||
"157": "Expected tableNode to have a parent TableNode",
|
||||
"158": "Expected gridParent to have a parent",
|
||||
"159": "Expected focusCellParent to have a parent",
|
||||
"160": "Expected TableCellNode parent to be a TableRowNode"
|
||||
}
|
||||
|
Reference in New Issue
Block a user