MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / handleScroll

Function handleScroll

apps/web/ui/Thread/index.tsx:137–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 const currentChannel = thread.channel!;
136
137 const handleScroll = () =>
138 setTimeout(() => scrollToBottom(ref.current as HTMLDivElement), 0);
139
140 useEffect(() => {
141 onMount?.();

Callers

nothing calls this directly

Calls 1

scrollToBottomFunction · 0.90

Tested by

no test coverage detected