Fix indented list behavior when pressing Return (#779)

* Fix indented list behavior when pressing Return.

* Fix test.

Co-authored-by: Acy Watson <acy@fb.com>
This commit is contained in:
Acy Watson
2021-10-29 10:04:08 -07:00
committed by acywatson
parent bd734db51d
commit 3b128e8e27
5 changed files with 231 additions and 5 deletions

View File

@ -42,5 +42,6 @@
"40": "createNode: node does not exist in nodeMap",
"41": "reconcileNode: prevNode or nextNode does not exist in nodeMap",
"42": "reconcileNode: parentDOM is null",
"43": "Reconciliation: could not find DOM element for node key \"${key}\""
"43": "Reconciliation: could not find DOM element for node key \"${key}\"",
"44": "A ListItemNode must have a ListNode for a parent."
}