mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix : comments
This commit is contained in:
parent
5aba61552f
commit
8832477706
1 changed files with 1 additions and 1 deletions
|
|
@ -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 } : {}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue