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

Function handler

packages/react-aria/src/interactions/useFocusVisible.ts:331–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 let [modality, setModality] = useState(currentModality);
330 useEffect(() => {
331 let handler = () => {
332 setModality(currentModality);
333 };
334
335 changeHandlers.add(handler);
336 return () => {

Callers 5

triggerChangeHandlersFunction · 0.70
createEventHandlerFunction · 0.70
useSelectionChangeFunction · 0.50
listenerFunction · 0.50

Calls 3

isKeyboardFocusEventFunction · 0.85
fnFunction · 0.85
isFocusVisibleFunction · 0.85

Tested by

no test coverage detected