await toolbox commands added by extensions

This commit is contained in:
bymyself
2025-04-11 07:38:09 -07:00
parent cb8ada3723
commit 289817402c

View File

@@ -65,7 +65,7 @@
severity="secondary"
text
:icon="typeof command.icon === 'function' ? command.icon() : command.icon"
@click="() => commandStore.execute(command.id)"
@click="async () => await commandStore.execute(command.id)"
v-tooltip.top="{
value:
st(`commands.${normalizeI18nKey(command.id)}.label`, '') || undefined,