Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ onScroll
Function
onScroll
web/lib/performance/metrics.ts:153–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
let
scrolling = false;
152
153
const
onScroll = () => { scrolling = true; };
154
155
const
loop = () => {
156
rafId = requestAnimationFrame(loop);
Callers
1
ScrollKeybindingHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected