fix comments

This commit is contained in:
stepinfwd 2024-05-06 15:48:57 +05:30 committed by Kavin Venkatachalam
parent ab1f411b12
commit 5aba61552f

View file

@ -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;
}