diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 9b77a505..8c291482 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -215,7 +215,7 @@ function handleOsScroll() { reachTop.value = false } - if (clientHeight + scrollTop >= scrollHeight - 150) + if (clientHeight + scrollTop >= scrollHeight - 300) handleThrottledReachBottom() if (isHomePage())