MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / handleScroll

Function handleScroll

apps/web/ui/ChannelView/TopicView/index.tsx:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 }, [currentChannel]);
295
296 function handleScroll() {
297 scrollToBottom(scrollableRootRef.current as HTMLElement);
298 }
299
300 function handleLeftScroll() {
301 if (

Callers 3

handleLeftScrollFunction · 0.70
selectThreadFunction · 0.70
ChannelFunction · 0.70

Calls 1

scrollToBottomFunction · 0.90

Tested by

no test coverage detected