chore(editor): move checklist to the other lists
This commit is contained in:
parent
08959fdb77
commit
8e07d9647a
@ -138,6 +138,16 @@
|
|||||||
<icon :icon="['fa', 'fa-list-ul']" />
|
<icon :icon="['fa', 'fa-list-ul']" />
|
||||||
</span>
|
</span>
|
||||||
</BaseButton>
|
</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>
|
||||||
|
|
||||||
<div class="editor-toolbar__segment">
|
<div class="editor-toolbar__segment">
|
||||||
@ -176,16 +186,6 @@
|
|||||||
<icon :icon="['fa', 'fa-unlink']" />
|
<icon :icon="['fa', 'fa-unlink']" />
|
||||||
</span>
|
</span>
|
||||||
</BaseButton>
|
</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
|
<BaseButton
|
||||||
class="editor-toolbar__button"
|
class="editor-toolbar__button"
|
||||||
@click="editor.chain().focus().setParagraph().run()"
|
@click="editor.chain().focus().setParagraph().run()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user