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

Method emptyForm

src/EECBSVisualizer.jsx:357–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 }
356
357 emptyForm() {
358 this.setState({
359 addedSRow: null,
360 addedSCol: null,
361 addedGRow: null,
362 addedGCol: null,
363 });
364 }
365
366 handleMouseDown(row, col) {
367 console.log(this.state.startToAdd);

Callers 1

showSnackbarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected