MCPcopy Create free account
hub / github.com/react-dnd/react-dnd / didDrop

Method didDrop

packages/react-dnd/src/createSourceMonitor.js:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 didDrop() {
58 return this.internalMonitor.didDrop();
59 }
60
61 getInitialClientOffset() {
62 return this.internalMonitor.getInitialClientOffset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected