From f1ffe4f529ae20fb328ab2b04cdc2e023a454c87 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 1 Dec 2020 12:39:52 +0100 Subject: [PATCH] fix crap code --- docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue index 7c8b8eb2..7422975c 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/MenuBar.vue @@ -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',