From 113ea75ed6253c49cb744377e6e8772bf5190fb4 Mon Sep 17 00:00:00 2001 From: johndoe4 Date: Thu, 1 Jun 2023 19:59:09 +0200 Subject: [PATCH] Fix Eventview Rows in 3.1.0 --- js/src/components/Local/CloseContent.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/src/components/Local/CloseContent.vue b/js/src/components/Local/CloseContent.vue index 01f303a4b..35a1e29cf 100644 --- a/js/src/components/Local/CloseContent.vue +++ b/js/src/components/Local/CloseContent.vue @@ -19,7 +19,7 @@ - @@ -61,8 +61,8 @@ const emit = defineEmits(["doGeoLoc"]); const { t } = useI18n({ useScope: "global" }); -const showScrollRightButton = ref(true); -const showScrollLeftButton = ref(false); +// const showScrollRightButton = ref(true); +// const showScrollLeftButton = ref(false); // const scrollContainer = ref(); @@ -97,9 +97,9 @@ const showScrollLeftButton = ref(false); // evt.deltaY > 0 ? doScroll(evt, 300) : doScroll(evt, -300); // }; -onMounted(async () => { - scrollContainer.value.addEventListener("wheel", scrollHorizontalToVertical); -}); +// onMounted(async () => { +// scrollContainer.value.addEventListener("wheel", scrollHorizontalToVertical); +// }); // onUnmounted(() => { // if (scrollContainer.value) {