From 8832477706eb2d31103d36f936471528806507a8 Mon Sep 17 00:00:00 2001 From: stepinfwd Date: Mon, 6 May 2024 15:49:14 +0530 Subject: [PATCH] fix : comments --- frontend/src/Editor/Container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index f6eaad32f9..a138dc3e7b 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -1040,7 +1040,7 @@ const WidgetWrapper = ({ const styles = { width: width + 'px', - height: calculateMoveableBoxHeight() + 'px', // Removed function call here + height: calculateMoveableBoxHeight() + 'px', transform: `translate(${layoutData.left * gridWidth}px, ${layoutData.top}px)`, ...(isGhostComponent ? { opacity: 0.5 } : {}), ...(isWidgetActive ? { zIndex: 3 } : {}),