mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: fix bullet list created as sub list of outline list
This commit is contained in:
@@ -56,7 +56,7 @@ export const OutlineListItem = Node.create<ListItemOptions>({
|
||||
};
|
||||
},
|
||||
|
||||
content: "block+",
|
||||
content: "paragraph block*",
|
||||
|
||||
defining: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user