mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: optimize scroll threshold for reaching bottom
This commit is contained in:
@@ -215,7 +215,7 @@ function handleOsScroll() {
|
||||
reachTop.value = false
|
||||
}
|
||||
|
||||
if (clientHeight + scrollTop >= scrollHeight - 150)
|
||||
if (clientHeight + scrollTop >= scrollHeight - 300)
|
||||
handleThrottledReachBottom()
|
||||
|
||||
if (isHomePage())
|
||||
|
||||
Reference in New Issue
Block a user