MCPcopy Index your code
hub / github.com/github/docs / resetPageParams

Function resetPageParams

components/lib/events.ts:23–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21let hoveredUrls = new Set()
22
23function resetPageParams() {
24 sentExit = false
25 pauseScrolling = false
26 scrollPosition = 0
27 scrollDirection = 1
28 scrollFlipCount = 0
29 maxScrollY = 0
30 hoveredUrls = new Set()
31}
32
33export function getUserEventsId() {
34 if (cookieValue) return cookieValue

Callers 1

initPageAndExitEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected