Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
let
isCallingCanDrop = false;
4
5
class
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