Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ handleScroll
Function
handleScroll
apps/web/ui/ChannelView/ForumView/index.tsx:287–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}, [currentChannel]);
286
287
function handleScroll() {
288
scrollToTop(scrollableRootRef.current as HTMLElement);
289
}
290
291
async function selectThread(threadId: string) {
292
const text = getSelectedText();
Callers
1
Channel
Function · 0.70
Calls
1
scrollToTop
Function · 0.90
Tested by
no test coverage detected