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

Function onClick

components/ui/ScrollButton/ScrollButton.tsx:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }, [])
32
33 const onClick = () => {
34 document?.getElementById('github-logo')?.focus()
35 document?.getElementById('main-content')?.scrollIntoView()
36 }
37
38 return (
39 <div

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected