Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ cb
Function
cb
packages/react-aria/src/dnd/DragManager.ts:106–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
105
useEffect(() => {
106
let
cb = () => setSession(dragSession);
107
subscriptions.add(cb);
108
return
() => {
109
subscriptions.delete(cb);
Callers
10
beginDragging
Function · 0.70
endDragging
Function · 0.70
useHover.test.js
File · 0.50
renderMenuTriggerHook
Function · 0.50
file
Method · 0.50
readEntries
Method · 0.50
onTransitionEnd
Function · 0.50
keyboardUpdate
Function · 0.50
keyboardUpdate
Function · 0.50
viewTransition
Function · 0.50
Calls
no outgoing calls
Tested by
1
renderMenuTriggerHook
Function · 0.40