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

Class

packages/react-dnd/src/createTargetMonitor.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3let isCallingCanDrop = false;
4
5class TargetMonitor {
6 constructor(manager) {
7 this.internalMonitor = manager.getMonitor();
8 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected