tool strip button, execute current command

This commit is contained in:
Jan Prochazka
2022-02-17 10:53:47 +01:00
parent 1b4bc427e3
commit 6a7afeff53
5 changed files with 124 additions and 12 deletions

View File

@@ -24,6 +24,7 @@
icon={cmd.icon}
on:click={cmd.onClick}
disabled={!cmd.enabled}
{...$$restProps}
>
{cmd.toolbarName || cmd.name}
</svelte:component>