solved few bugs in agv

This commit is contained in:
2025-04-04 09:46:18 +05:30
parent 1dc04d19bb
commit 37f912a6f1
4 changed files with 130 additions and 58 deletions

View File

@@ -438,7 +438,6 @@ const Tools: React.FC = () => {
}`}
onClick={() => {
setIsPlaying(!isPlaying);
setActiveTool("play");
}}
>
<PlayIcon isActive={activeTool === "play"} />