Skip to content

Commit c67c5e7

Browse files
committed
enabling dynamic height under the hood for autolayout.
1 parent 77bc043 commit c67c5e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/client/src/widgets/WidgetUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ export const isAutoHeightEnabledForWidget = (
743743
props: WidgetProps,
744744
shouldCheckIfEnabledWithLimits = false,
745745
) => {
746-
if (props.isFlexChild) return false;
747746
if (shouldCheckIfEnabledWithLimits) {
748747
return props.dynamicHeight === DynamicHeight.AUTO_HEIGHT_WITH_LIMITS;
749748
}

0 commit comments

Comments
 (0)