diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index 0e3228e..63c73f3 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -448,12 +448,12 @@ const PRICE_SUFFIX = { monthly: '/mo', annual: '/yr' } const { stations, meta, prediction, loading, error, search, reset } = useStations() const showFullPrediction = computed(() => Boolean(prediction.value) && !prediction.value.tier_locked) -watch(loading, (isLoading) => { - if (!isLoading) return - nextTick(() => { - window.scrollBy({ top: 40, behavior: 'smooth' }) - }) -}) +// watch(loading, (isLoading) => { +// if (!isLoading) return +// nextTick(() => { +// window.scrollBy({ top: 40, behavior: 'smooth' }) +// }) +// }) const searchOrigin = computed(() => { if (meta.value?.lat != null && meta.value?.lng != null) {