Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-dnd/react-dnd
/ didDrop
Method
didDrop
packages/dnd-core/src/DragDropMonitor.js:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
didDrop() {
158
return
this.store.getState().dragOperation.didDrop;
159
}
160
161
isSourcePublic() {
162
return
this.store.getState().dragOperation.isSourcePublic;
Callers
8
canDropOnTarget
Method · 0.95
DragDropMonitor.spec.js
File · 0.45
hover
Function · 0.45
drop
Function · 0.45
render
Method · 0.45
endDrag
Function · 0.45
render
Method · 0.45
drop
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected