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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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