change to prevent so that popups close properly

This commit is contained in:
Henry Jameson 2025-01-15 12:48:08 +02:00
parent 6f9c7f1bbd
commit edb704339f

View file

@ -11,7 +11,7 @@
:tabindex="0"
:disabled="buttonClass.disabled"
:href="getComponent(button) == 'a' ? button.link?.(funcArg) || getRemoteInteractionLink : undefined"
@click.stop="doActionWrap(button)"
@click.prevent="doActionWrap(button)"
@click="button.name === 'emoji' ? () => {} : close()"
>
<FALayers>