#9: make the user-chosen path more clear to see.
This commit is contained in:
parent
78b8772eff
commit
9efd718c9c
5 changed files with 137 additions and 12 deletions
|
|
@ -25,6 +25,7 @@ export default function Home() {
|
|||
<h1>The Maze ({state.maze!.width}x{state.maze!.height}, Algorithm: {state.maze!.algorithm},
|
||||
ID: {state.maze!.id})</h1>
|
||||
<input type={"checkbox"}
|
||||
checked={state.showSolution}
|
||||
onChange={(e) => {
|
||||
dispatch(actionToggledShowSolution(e.target.checked));
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue