editor: fix sub outline lists not getting outdented

This commit is contained in:
Abdullah Atta
2023-08-28 09:38:53 +05:00
committed by Abdullah Atta
parent 4d7792d06a
commit 73f3a31614

View File

@@ -63,7 +63,7 @@ export const OutlineListItem = Node.create<ListItemOptions>({
};
},
content: "heading* paragraph block*",
content: "paragraph+ list?",
defining: true,