提交
This commit is contained in:
@@ -288,7 +288,7 @@ const handleScroll = () => {
|
||||
const scrollHeight = document.documentElement.scrollHeight;
|
||||
const clientHeight = document.documentElement.clientHeight;
|
||||
const scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
|
||||
if (scrollTop + clientHeight >= scrollHeight) {
|
||||
if (scrollTop + clientHeight >= scrollHeight - 350) {
|
||||
if (tabState.value == 'publish') getPublishData()
|
||||
else getFavData()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user