merged to main

This commit is contained in:
Nalvazhuthi
2025-04-11 09:08:21 +05:30
17 changed files with 607 additions and 535 deletions

View File

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