mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
[client] Improve prefetchMore debounce
This commit is contained in:
parent
248bf22b94
commit
f9f7553ecd
@ -54,7 +54,7 @@ const props = defineProps<{
|
||||
const pagingComponent = ref<InstanceType<typeof MkPagination>>();
|
||||
|
||||
const interval = ref<NodeJS.Timer>();
|
||||
const lastFetchScrollTop = ref(0);
|
||||
const lastFetchScrollTop = ref(document.documentElement.clientHeight / 2 * -1);
|
||||
|
||||
function scrollTop() {
|
||||
if (!tlEl.value) return;
|
||||
|
Loading…
Reference in New Issue
Block a user