@tiptap/extension-text-align
Advanced tools
Comparing version 2.0.0-beta.28 to 2.0.0-beta.29
{ | ||
"name": "@tiptap/extension-text-align", | ||
"description": "text align extension for tiptap", | ||
"version": "2.0.0-beta.28", | ||
"version": "2.0.0-beta.29", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "621cfa2f7e98a48525fa22f9d97a92fc08368966" | ||
"gitHead": "270543995c92243fc27c4a688af6a93033fb4b7e" | ||
} |
@@ -65,2 +65,3 @@ import { Extension } from '@tiptap/core' | ||
}, | ||
unsetTextAlign: () => ({ commands }) => { | ||
@@ -67,0 +68,0 @@ return this.options.types.every(type => commands.resetAttributes(type, 'textAlign')) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24075