fix emoji picker not opening when in extra-buttons

This commit is contained in:
Henry Jameson 2025-01-15 02:33:03 +02:00
commit 6f9c7f1bbd

View file

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