We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9cc05 commit 49402f6Copy full SHA for 49402f6
.changeset/yellow-hairs-search.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tiptap/extension-text-align": patch
3
4
+
5
+Modify the documentation of the default value of defaultAlignment so that it matches the code
packages/extension-text-align/src/text-align.ts
@@ -17,7 +17,7 @@ export interface TextAlignOptions {
17
18
/**
19
* The default alignment.
20
- * @default 'left'
+ * @default null
21
* @example 'center'
22
*/
23
defaultAlignment: string | null,
0 commit comments