Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ onBlur
Function
onBlur
packages/react-aria/src/tooltip/useTooltipTrigger.ts:126–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
};
125
126
let
onBlur = () => {
127
isFocused.current = false;
128
isHovered.current = false;
129
handleHide(true);
130
};
131
132
let
{hoverProps} = useHover({
133
isDisabled,
Callers
nothing calls this directly
Calls
1
handleHide
Function · 0.85
Tested by
no test coverage detected