fix alignment in shared page (#1123)

This commit is contained in:
fuscodev
2025-05-16 17:00:47 +02:00
committed by GitHub
parent c6bca6a602
commit 3a75251e75

View File

@ -46,7 +46,7 @@ export const tiptapExtensions = [
codeBlock: false,
}),
Comment,
TextAlign,
TextAlign.configure({ types: ["heading", "paragraph"] }),
TaskList,
TaskItem,
Underline,