Fix undo selection bug (#517)

This commit is contained in:
Dominic Gannaway
2021-07-27 17:43:32 +01:00
committed by acywatson
parent ed75ebc44b
commit 0cf9ac6b49
2 changed files with 8 additions and 3 deletions

View File

@ -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"
}