Merge remote-tracking branch 'origin/simulation-agv' into simulation
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user