Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ onLongPressStart
Function
onLongPressStart
packages/react-aria/src/menu/useMenuTrigger.ts:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
isDisabled: isDisabled || trigger !==
'longPress'
,
114
accessibilityDescription: stringFormatter.format(
'longPressMessage'
),
115
onLongPressStart() {
116
state.close();
117
},
118
onLongPress() {
119
state.open(
'first'
);
120
}
Callers
nothing calls this directly
Calls
1
close
Method · 0.65
Tested by
no test coverage detected