mirror of
https://github.com/facebook/lexical.git
synced 2025-05-20 08:37:41 +08:00
Fix undo selection bug (#517)
This commit is contained in:

committed by
acywatson

parent
ed75ebc44b
commit
0cf9ac6b49
@ -44,5 +44,7 @@
|
||||
"42": "Reconciliation: could not find DOM element for node key \"${key}\"",
|
||||
"43": "resolveNonLineBreakOrInertNode: resolved node not a text node",
|
||||
"44": "Extraneous keys in serialized node data: %s",
|
||||
"45": "OutlineNode: Node type %s does not implement deserialize()."
|
||||
"45": "OutlineNode: Node type %s does not implement deserialize().",
|
||||
"46": "getAnchorNode: anchorNode not a valid anchor node",
|
||||
"47": "getFocusNode: focusNode not a valid focus node"
|
||||
}
|
||||
|
Reference in New Issue
Block a user