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

Class

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

Source from the content-addressed store, hash-verified

4let isCallingIsDragging = false;
5
6class SourceMonitor {
7 constructor(manager) {
8 this.internalMonitor = manager.getMonitor();
9 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected