fix external link not working

This commit is contained in:
Henry Jameson 2025-01-18 19:31:20 +02:00
commit ee8008ef93
3 changed files with 5 additions and 4 deletions

View file

@ -8,11 +8,12 @@
class="action-button-inner"
:class="buttonInnerClass"
role="menuitem"
type="button"
target="_blank"
:tabindex="0"
:disabled="buttonClass.disabled"
:href="getComponent(button) == 'a' ? button.link?.(funcArg) || getRemoteInteractionLink : undefined"
@click.prevent="doActionWrap(button)"
@click="button.name === 'emoji' ? () => {} : close()"
@click="doActionWrap(button, close)"
>
<FALayers>
<FAIcon