fix: scroll behaviour
This commit is contained in:
@@ -34,6 +34,7 @@ import FullScreenImageViewer from "@/components/FullScreenImageViewer.vue";
|
||||
import {useHapticFeedback} from "@/composables/useHapticFeedback.js";
|
||||
import {onMounted, onUnmounted, ref} from "vue";
|
||||
import {useHapticScroll} from "@/composables/useHapticScroll.js";
|
||||
import {useRouter} from "vue-router";
|
||||
|
||||
const emit = defineEmits(['onLoad']);
|
||||
|
||||
@@ -44,6 +45,7 @@ const props = defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
const haptic = useHapticFeedback();
|
||||
const hapticScroll = useHapticScroll();
|
||||
const pagination = {
|
||||
|
||||
Reference in New Issue
Block a user