change to prevent so that popups close properly
This commit is contained in:
parent
6f9c7f1bbd
commit
edb704339f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
:tabindex="0"
|
:tabindex="0"
|
||||||
:disabled="buttonClass.disabled"
|
:disabled="buttonClass.disabled"
|
||||||
:href="getComponent(button) == 'a' ? button.link?.(funcArg) || getRemoteInteractionLink : undefined"
|
:href="getComponent(button) == 'a' ? button.link?.(funcArg) || getRemoteInteractionLink : undefined"
|
||||||
@click.stop="doActionWrap(button)"
|
@click.prevent="doActionWrap(button)"
|
||||||
@click="button.name === 'emoji' ? () => {} : close()"
|
@click="button.name === 'emoji' ? () => {} : close()"
|
||||||
>
|
>
|
||||||
<FALayers>
|
<FALayers>
|
||||||
|
|
Loading…
Add table
Reference in a new issue