This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: increase threshold for infinite scroll

+1
+1
src/webapp/components/contentDisplay/infiniteScroll/InfiniteScroll.tsx
··· 20 20 const { ref, entry } = useIntersection({ 21 21 root: containerRef.current, 22 22 threshold: 0, 23 + rootMargin: '0px 0px 1000px 0px', 23 24 }); 24 25 25 26 const { hasMore, isLoading, loadMore } = props;