MCPcopy 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
81export 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

createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected