mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
await toolbox commands added by extensions
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
severity="secondary"
|
severity="secondary"
|
||||||
text
|
text
|
||||||
:icon="typeof command.icon === 'function' ? command.icon() : command.icon"
|
:icon="typeof command.icon === 'function' ? command.icon() : command.icon"
|
||||||
@click="() => commandStore.execute(command.id)"
|
@click="async () => await commandStore.execute(command.id)"
|
||||||
v-tooltip.top="{
|
v-tooltip.top="{
|
||||||
value:
|
value:
|
||||||
st(`commands.${normalizeI18nKey(command.id)}.label`, '') || undefined,
|
st(`commands.${normalizeI18nKey(command.id)}.label`, '') || undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user