horizontal move updated based on zone points and bugs resolved

This commit is contained in:
2025-04-10 17:53:28 +05:30
parent e0170aedd6
commit 1e22d82bff
17 changed files with 608 additions and 539 deletions

View File

@@ -561,6 +561,7 @@ const DroppedObjects: React.FC = () => {
left: leftPosition,
right: rightPosition,
bottom: bottomPosition,
minHeight: `${obj.className === "warehouseThroughput" && "150px !important"} `
}}
onPointerDown={(event) => {
setSelectedChartId(obj);