From 6f9c7f1bbd895e3c5eb1b12b3d39e09603050a42 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 15 Jan 2025 02:33:03 +0200 Subject: [PATCH] fix emoji picker not opening when in extra-buttons --- src/components/status_action_buttons/action_button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue index ab9c29386..c4202807a 100644 --- a/src/components/status_action_buttons/action_button.vue +++ b/src/components/status_action_buttons/action_button.vue @@ -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()" >