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

Function drop

examples/00 Chessboard/Tutorial App/BoardSquare.js:13–15  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

11 },
12
13 drop(props) {
14 moveKnight(props.x, props.y);
15 },
16};
17
18function collect(connect, monitor) {

Callers

nothing calls this directly

Calls 1

moveKnightFunction · 0.90

Tested by

no test coverage detected