solved few bugs in agv
This commit is contained in:
@@ -438,7 +438,6 @@ const Tools: React.FC = () => {
|
||||
}`}
|
||||
onClick={() => {
|
||||
setIsPlaying(!isPlaying);
|
||||
setActiveTool("play");
|
||||
}}
|
||||
>
|
||||
<PlayIcon isActive={activeTool === "play"} />
|
||||
|
||||
Reference in New Issue
Block a user