fix emoji picker not opening when in extra-buttons
This commit is contained in:
parent
eafa378eb9
commit
6f9c7f1bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue