editor: fix bullet list created as sub list of outline list

This commit is contained in:
Abdullah Atta
2025-10-20 12:52:51 +05:00
parent 75e22a591e
commit 0b943d8ecd

View File

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