mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 08:52:05 +10:00
fix nested task list import
This commit is contained in:
@ -48,7 +48,9 @@ export const tiptapExtensions = [
|
|||||||
Comment,
|
Comment,
|
||||||
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
||||||
TaskList,
|
TaskList,
|
||||||
TaskItem,
|
TaskItem.configure({
|
||||||
|
nested: true,
|
||||||
|
}),
|
||||||
Underline,
|
Underline,
|
||||||
LinkExtension,
|
LinkExtension,
|
||||||
Superscript,
|
Superscript,
|
||||||
|
|||||||
Reference in New Issue
Block a user