Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ onLongPressStart
Function
onLongPressStart
packages/react-aria/src/menu/useMenuTrigger.ts:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
isDisabled: isDisabled || trigger !==
'longPress'
,
107
accessibilityDescription: stringFormatter.format(
'longPressMessage'
),
108
onLongPressStart() {
109
state.close();
110
},
111
onLongPress() {
112
state.open(
'first'
);
113
}
Callers
1
onPressStart
Function · 0.85
Calls
1
close
Method · 0.65
Tested by
no test coverage detected