horizontal move updated based on zone points and bugs resolved
This commit is contained in:
@@ -561,6 +561,7 @@ const DroppedObjects: React.FC = () => {
|
||||
left: leftPosition,
|
||||
right: rightPosition,
|
||||
bottom: bottomPosition,
|
||||
minHeight: `${obj.className === "warehouseThroughput" && "150px !important"} `
|
||||
}}
|
||||
onPointerDown={(event) => {
|
||||
setSelectedChartId(obj);
|
||||
|
||||
Reference in New Issue
Block a user