Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StevenLyt/mapf-visualizer
/ emptyForm
Method
emptyForm
src/MAPFVisualizer.jsx:351–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
emptyForm() {
352
this.setState({
353
addedSRow: null,
354
addedSCol: null,
355
addedGRow: null,
356
addedGCol: null,
357
});
358
}
359
360
handleMouseDown(row, col) {
361
if (this.state.toDelete) {
Callers
1
showSnackbar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected