diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index a95f468360..f6eaad32f9 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -1015,7 +1015,7 @@ const WidgetWrapper = ({ const width = gridWidth * layoutData.width; const calculateMoveableBoxHeight = () => { - // Early return for non-text input components + // Early return for non input components if (!['TextInput', 'PasswordInput', 'NumberInput'].includes(componentType)) { return layoutData?.height; }