We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f4aa3 commit fbb0befCopy full SHA for fbb0bef
1 file changed
frontend/src/hooks/useInfiniteScroll.ts
@@ -110,7 +110,6 @@ export const useInfiniteScroll = <DataItem, Args extends InfinityListArgs>({
110
const scrollPositionFromBottom = element.scrollHeight - (element.clientHeight + element.scrollTop);
111
112
if (scrollPositionFromBottom < SCROLL_POSITION_GAP) {
113
- console.log('test', element.scrollHeight);
114
getMore().catch(console.log);
115
}
116
}, [disabledMore, getMore]);
0 commit comments