logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 6f9c7f1bbd895e3c5eb1b12b3d39e09603050a42
parent eafa378eb9785fac70f2217842435412269364ab
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 15 Jan 2025 02:33:03 +0200

fix emoji picker not opening when in extra-buttons

Diffstat:

Msrc/components/status_action_buttons/action_button.vue2+-
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 @@ -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