MCPcopy Create free account
hub / github.com/github/docs / setScollPositionCallback

Function setScollPositionCallback

components/hooks/useWindowScroll.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9 useEffect(() => {
10 const setScollPositionCallback = () => setScrollPosition(window.scrollY)
11
12 if (typeof window !== 'undefined') {
13 window.addEventListener('scroll', setScollPositionCallback)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected