mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[client] Remove debug logging
This commit is contained in:
parent
c742729796
commit
dc7d06ff74
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ function setTimer() {
|
|||
interval.value = setInterval(() => {
|
||||
const viewport = document.documentElement.clientHeight;
|
||||
const left = document.documentElement.scrollHeight - document.documentElement.scrollTop;
|
||||
console.log(document.documentElement.scrollTop - lastFetchScrollTop.value);
|
||||
if (left > Math.max(viewport * 3, 4000) || document.documentElement.scrollTop - lastFetchScrollTop.value < viewport) return;
|
||||
pagingComponent.value.prefetchMore();
|
||||
lastFetchScrollTop.value = document.documentElement.scrollTop;
|
||||
|
|
Loading…
Reference in a new issue