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: 97a944c6905b0058e190e509deb88aea1607110a
parent fc10e7cc1a568c29668e00928cf3585f8e88e7d0
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 19 Jan 2025 17:57:16 +0200

$listeners is now part of $attrs

Diffstat:

Msrc/components/pinch_zoom/pinch_zoom.vue1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/components/pinch_zoom/pinch_zoom.vue b/src/components/pinch_zoom/pinch_zoom.vue @@ -2,7 +2,6 @@ <pinch-zoom class="pinch-zoom-parent" v-bind="$attrs" - v-on="$listeners" > <slot /> </pinch-zoom>