add more buttons to floating menu

This commit is contained in:
Philipp Kühn 2018-10-14 09:05:04 +02:00
parent 82f3fbc674
commit 287a2bc523

View File

@ -45,6 +45,22 @@
<icon name="ol" /> <icon name="ol" />
</button> </button>
<button
class="menubar__button"
:class="{ 'is-active': nodes.blockquote.active() }"
@click="nodes.blockquote.command"
>
<icon name="quote" />
</button>
<button
class="menubar__button"
:class="{ 'is-active': nodes.code_block.active() }"
@click="nodes.code_block.command"
>
<icon name="code" />
</button>
</template> </template>
</div> </div>