Add get{Current/Latest}EditorContent() (#682)

This commit is contained in:
Gerard Rovira
2021-10-08 12:28:59 +01:00
committed by acywatson
parent 980f51cf59
commit 17eab656c8
6 changed files with 69 additions and 15 deletions

View File

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