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,
|
||||
TextAlign.configure({ types: ["heading", "paragraph"] }),
|
||||
TaskList,
|
||||
TaskItem,
|
||||
TaskItem.configure({
|
||||
nested: true,
|
||||
}),
|
||||
Underline,
|
||||
LinkExtension,
|
||||
Superscript,
|
||||
|
||||
Reference in New Issue
Block a user