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"
|
||||
: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>
|
||||
|
|
Loading…
Add table
Reference in a new issue