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: edb704339f11be049774a4f9b66ab125eaa93df1
parent 6f9c7f1bbd895e3c5eb1b12b3d39e09603050a42
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 15 Jan 2025 12:48:08 +0200

change to prevent so that popups close properly

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 @@ -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>