a tool for shared writing and social publishing
0
fork

Configure Feed

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

change intersection observer threshold

+1 -1
+1 -1
components/Blocks/CardBlock.tsx
··· 227 227 } 228 228 }); 229 229 }, 230 - { threshold: 0.5, root: b.previewRef.current }, 230 + { threshold: 0.1, root: b.previewRef.current }, 231 231 ); 232 232 observer.observe(ref.current); 233 233 return () => observer.disconnect();