mirror of
https://github.com/facebook/lexical.git
synced 2025-05-20 00:26:38 +08:00
Improve root methods (#627)
* Improve RootNode methods * Fix more issues
This commit is contained in:

committed by
acywatson

parent
0e4913d1da
commit
19d0e3a5ed
@ -35,5 +35,7 @@
|
||||
"33": "createNode: node does not exist in nodeMap",
|
||||
"34": "reconcileNode: prevNode or nextNode does not exist in nodeMap",
|
||||
"35": "reconcileNode: parentDOM is null",
|
||||
"36": "Reconciliation: could not find DOM element for node key \"${key}\""
|
||||
"36": "Reconciliation: could not find DOM element for node key \"${key}\"",
|
||||
"37": "insertBefore: cannot be called on root nodes",
|
||||
"38": "insertAfter: cannot be called on root nodes"
|
||||
}
|
||||
|
Reference in New Issue
Block a user