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

Function handleLeftScroll

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

Source from the content-addressed store, hash-verified

290 }
291
292 function handleLeftScroll() {
293 if (
294 isLeftScrollAtBottom ||
295 isInViewport(leftBottomRef.current as HTMLElement)
296 ) {
297 setTimeout(() => handleScroll(), 0);
298 }
299 }
300
301 async function selectThread(threadId: string) {
302 const text = getSelectedText();

Callers 3

selectThreadFunction · 0.70
handleDropFunction · 0.70
ChannelFunction · 0.70

Calls 2

isInViewportFunction · 0.90
handleScrollFunction · 0.70

Tested by

no test coverage detected