chore(editor): move checklist to the other lists

This commit is contained in:
kolaente 2023-06-20 11:47:27 +02:00
parent 08959fdb77
commit 8e07d9647a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 10 deletions

View File

@ -138,6 +138,16 @@
<icon :icon="['fa', 'fa-list-ul']" />
</span>
</BaseButton>
<BaseButton
class="editor-toolbar__button"
@click="editor.chain().focus().toggleTaskList().run()"
:class="{ 'is-active': editor.isActive('taskList') }"
title="task list"
>
<span class="icon">
<icon icon="fa-list-check" />
</span>
</BaseButton>
</div>
<div class="editor-toolbar__segment">
@ -176,16 +186,6 @@
<icon :icon="['fa', 'fa-unlink']" />
</span>
</BaseButton>
<BaseButton
class="editor-toolbar__button"
@click="editor.chain().focus().toggleTaskList().run()"
:class="{ 'is-active': editor.isActive('taskList') }"
title="task list"
>
<span class="icon">
<icon icon="fa-list-check" />
</span>
</BaseButton>
<BaseButton
class="editor-toolbar__button"
@click="editor.chain().focus().setParagraph().run()"