added toggleCellMerge and changed example to use it
If all selected cells are merged than the next call will split them.
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
</button>
|
||||
<button
|
||||
class="menubar__button"
|
||||
@click="commands.mergeCells"
|
||||
@click="commands.toggleCellMerge"
|
||||
>
|
||||
<icon name="combine_cells" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user