MCPcopy Create free account
hub / github.com/StevenLyt/mapf-visualizer / emptyForm

Method emptyForm

src/LAMAPFVisualizer.jsx:383–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381 }
382
383 emptyForm() {
384 this.setState({
385 addedSRow: null,
386 addedSCol: null,
387 addedGRow: null,
388 addedGCol: null,
389 addedHeight: null,
390 addedWidth: null,
391 });
392 }
393
394 handleMouseDown(row, col) {
395 if (this.state.toDelete) {

Callers 1

showSnackbarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected