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

Class

examples/04 Sortable/Simple/Container.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@DragDropContext(HTML5Backend)
12export default class Container extends Component {
13 constructor(props) {
14 super(props);
15 this.moveCard = this.moveCard.bind(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected