MCPcopy Create free account
hub / github.com/Noumena-Network/code / resetScrollDrainNode

Function resetScrollDrainNode

src/ink/render-node-to-output.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78let scrollDrainNode: DOMElement | null = null
79
80export function resetScrollDrainNode(): void {
81 scrollDrainNode = null
82}
83
84export function getScrollDrainNode(): DOMElement | null {
85 return scrollDrainNode

Callers 1

createRendererFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected