Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ didDrop
Method
didDrop
packages/react-dnd/src/createTargetMonitor.js:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
didDrop() {
46
return
this.internalMonitor.didDrop();
47
}
48
49
getInitialClientOffset() {
50
return
this.internalMonitor.getInitialClientOffset();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected