Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ handleHide
Function
handleHide
packages/react-aria/src/tooltip/useTooltipTrigger.ts:56–60 ·
view source on GitHub ↗
(immediate?: boolean)
Source
from the content-addressed store, hash-verified
54
};
55
56
let
handleHide = (immediate?: boolean) => {
57
if
(!isHovered.current && !isFocused.current) {
58
state.close(immediate);
59
}
60
};
61
62
useEffect(() => {
63
let
onKeyDown = e => {
Callers
3
onHoverEnd
Function · 0.85
onPressStart
Function · 0.85
onBlur
Function · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected