mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: adjust reach bottom distance
This commit is contained in:
@@ -236,7 +236,7 @@ function handleOsScroll() {
|
||||
else
|
||||
showTopBarMask.value = true
|
||||
|
||||
if (clientHeight + scrollTop >= scrollHeight - 20)
|
||||
if (clientHeight + scrollTop >= scrollHeight - 150)
|
||||
handleThrottledReachBottom()
|
||||
|
||||
if (isHomePage())
|
||||
|
||||
Reference in New Issue
Block a user