mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
editor: fix sub outline lists not getting outdented
This commit is contained in:
committed by
Abdullah Atta
parent
4d7792d06a
commit
73f3a31614
@@ -63,7 +63,7 @@ export const OutlineListItem = Node.create<ListItemOptions>({
|
||||
};
|
||||
},
|
||||
|
||||
content: "heading* paragraph block*",
|
||||
content: "paragraph+ list?",
|
||||
|
||||
defining: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user