Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getScrollDrainNode
Function
getScrollDrainNode
src/ink/render-node-to-output.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
export
function
getScrollDrainNode(): DOMElement | null {
82
return
scrollDrainNode
83
}
84
85
// At-bottom follow scroll event this frame. When streaming content
86
// triggers scrollTop = maxScroll, the ScrollBox records the delta +
Callers
1
createRenderer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected