rename bulletlist command

This commit is contained in:
Philipp Kühn
2020-11-18 11:33:33 +01:00
parent 56bb26f124
commit 6ca1a6c307
8 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
<button @click="editor.chain().focus().heading({ level: 6 }).run()" :class="{ 'is-active': editor.isActive('heading', { level: 6 }) }">
h6
</button>
<button @click="editor.chain().focus().bulletList().run()" :class="{ 'is-active': editor.isActive('bulletList') }">
<button @click="editor.chain().focus().toggleBulletList().run()" :class="{ 'is-active': editor.isActive('bulletList') }">
bullet list
</button>
<button @click="editor.chain().focus().orderedList().run()" :class="{ 'is-active': editor.isActive('orderedList') }">