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

Function handleScroll

apps/web/ui/ChannelView/ChatView/index.tsx:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }, [currentChannel]);
287
288 function handleScroll() {
289 scrollToBottom(scrollableRootRef.current as HTMLElement);
290 }
291
292 function handleLeftScroll() {
293 if (

Callers 3

handleLeftScrollFunction · 0.70
selectThreadFunction · 0.70
ChannelFunction · 0.70

Calls 1

scrollToBottomFunction · 0.90

Tested by

no test coverage detected