mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
fix: Typo in the collaboration nodes (#5702)
This commit is contained in:
@ -82,16 +82,16 @@
|
||||
"80": "Create node: Attempted to create node %s that was not configured to be used on the editor.",
|
||||
"81": "createBinding: doc is null or undefined",
|
||||
"82": "Expected text, element, or decorator event",
|
||||
"83": "syncPropertiesFromYjs: cound not find decorator node",
|
||||
"84": "syncPropertiesAndTextFromYjs: cound not find decorator node",
|
||||
"83": "syncPropertiesFromYjs: could not find decorator node",
|
||||
"84": "syncPropertiesAndTextFromYjs: could not find decorator node",
|
||||
"85": "could not find node by key",
|
||||
"86": "Expected text, element, decorator, or linebreak node",
|
||||
"87": "Expected shared type to include type attribute",
|
||||
"88": "Node %s is not registered",
|
||||
"89": "Expected parent to be a collab element node",
|
||||
"90": "getOffset: cound not find collab element node",
|
||||
"91": "syncPropertiesFromYjs: cound not find element node",
|
||||
"92": "syncChildrenFromYjs: cound not find element node",
|
||||
"90": "getOffset: could not find collab element node",
|
||||
"91": "syncPropertiesFromYjs: could not find element node",
|
||||
"92": "syncChildrenFromYjs: could not find element node",
|
||||
"93": "syncChildrenFromYjs: expected text, element, decorator, or linebreak collab node",
|
||||
"94": "splice: could not find collab element node",
|
||||
"95": "splice: expected offset to be greater than zero",
|
||||
|
Reference in New Issue
Block a user