added deleteTable to example
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
</button>
|
||||
|
||||
<span v-if="isActive.table()">
|
||||
<button
|
||||
class="menubar__button"
|
||||
@click="commands.deleteTable"
|
||||
>
|
||||
<icon name="delete_table" />
|
||||
</button>
|
||||
<button
|
||||
class="menubar__button"
|
||||
@click="commands.addColumnBefore"
|
||||
|
||||
Reference in New Issue
Block a user