fix nested task list import

This commit is contained in:
Philipinho
2025-07-08 08:24:55 -07:00
parent 6d7a0a179f
commit 940ae41f88

View File

@ -48,7 +48,9 @@ export const tiptapExtensions = [
Comment,
TextAlign.configure({ types: ["heading", "paragraph"] }),
TaskList,
TaskItem,
TaskItem.configure({
nested: true,
}),
Underline,
LinkExtension,
Superscript,