fix : comments

This commit is contained in:
stepinfwd 2024-05-06 15:49:14 +05:30 committed by Kavin Venkatachalam
parent 5aba61552f
commit 8832477706

View file

@ -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 } : {}),