Fix indenting on backspace for lists and paragraphs (#1225)

* fix indenting on backspace for lists and paragraphs

* switch to overriding getIndent
This commit is contained in:
Acy Watson
2022-02-07 08:15:48 -08:00
committed by acywatson
parent a095530067
commit aa2d0777e2
4 changed files with 103 additions and 55 deletions

View File

@ -48,5 +48,8 @@
"46": "rootNode.append: Only element or decorator nodes can be appended to the root node",
"47": "getListItemValue: list node is not parent of list item node",
"48": "Should never happen",
"49": "append: attemtping to append self"
"49": "append: attemtping to append self",
"50": "Node %s and selection point do not match.",
"51": "setIndent is not implemented on ListItemNode",
"52": "Expected node %s to to be a ElementNode."
}