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