MCPcopy
hub / github.com/ankeetmaini/react-infinite-scroll-component / handler

Function handler

src/index.tsx:282–284  ·  view source on GitHub ↗
(e: Event)

Source from the content-addressed store, hash-verified

280 if (!scrollEl) return;
281
282 const handler = (e: Event) => {
283 setTimeout(() => onScroll(e as UIEvent), 0);
284 };
285
286 scrollEl.addEventListener('scroll', handler as EventListener);
287 return () =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…