MCPcopy Create free account
hub / github.com/adobe/react-spectrum / onClick

Function onClick

packages/dev/docs/src/client.js:122–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120
121 /* collapse nav when underlying content is clicked */
122 let onClick = () => removeVisible();
123
124 /* collapse expanded nav when esc key is pressed */
125 let onKeydownEsc = event => {

Callers

nothing calls this directly

Calls 1

removeVisibleFunction · 0.85

Tested by

no test coverage detected