fix crap code

This commit is contained in:
Hans Pagel
2020-12-01 12:39:52 +01:00
parent 70b7873bdc
commit f1ffe4f529

View File

@@ -102,8 +102,8 @@ export default {
},
{
icon: 'double-quotes-l',
action: () => this.editor.chain().focus().toggleBlockQuote().run(),
isActive: () => this.editor.isActive('blockQuote'),
action: () => this.editor.chain().focus().toggleBlockquote().run(),
isActive: () => this.editor.isActive('blockquote'),
},
{
icon: 'separator',