Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StevenLyt/mapf-visualizer
/ handleMouseUp
Method
handleMouseUp
src/MAPFVisualizer.jsx:436–438 ·
view source on GitHub ↗
(row, col)
Source
from the content-addressed store, hash-verified
434
}
435
436
handleMouseUp(row, col) {
437
this.setState({ isMousePressed: false });
438
}
439
440
updateWall(row, col) {
441
if (this.state.map[row][col].agent === -1 && !this.state.isPlanning && !this.state.isPlanned) {
Callers
1
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected