fix alignment in shared page (#1123)
This commit is contained in:
parent
c6bca6a602
commit
3a75251e75
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue