mirror of
https://github.com/facebook/lexical.git
synced 2025-05-20 16:48:04 +08:00
Add get{Current/Latest}EditorContent() (#682)
This commit is contained in:
@ -46,5 +46,6 @@
|
||||
"44": "reconcileNode: prevNode or nextNode does not exist in nodeMap",
|
||||
"45": "reconcileNode: parentDOM is null",
|
||||
"46": "Reconciliation: could not find DOM element for node key \"${key}\"",
|
||||
"47": "clearEditor expected plain text root first child to be a ParagraphNode"
|
||||
"47": "clearEditor expected plain text root first child to be a ParagraphNode",
|
||||
"48": "Editor.getLatestTextContent() can be asynchronous and cannot be used within Editor.update()"
|
||||
}
|
||||
|
Reference in New Issue
Block a user