Merge remote-tracking branch 'origin/simulation-agv' into simulation

This commit is contained in:
2025-03-29 18:15:41 +05:30
19 changed files with 509 additions and 172 deletions

View File

@@ -166,8 +166,10 @@ const DisplayZone: React.FC<DisplayZoneProps> = ({
return (
<div
className={`zone-wrapper ${selectedZone?.activeSides?.includes("bottom") && "bottom"
}`}
ref={containerRef}
className={`zone-wrapper ${
selectedZone?.activeSides?.includes("bottom") && "bottom"
}`}
>
{/* Left Arrow */}
{showLeftArrow && (