mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 23:26:16 +08:00
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:
@ -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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user