We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bc043 commit c67c5e7Copy full SHA for c67c5e7
app/client/src/widgets/WidgetUtils.ts
@@ -743,7 +743,6 @@ export const isAutoHeightEnabledForWidget = (
743
props: WidgetProps,
744
shouldCheckIfEnabledWithLimits = false,
745
) => {
746
- if (props.isFlexChild) return false;
747
if (shouldCheckIfEnabledWithLimits) {
748
return props.dynamicHeight === DynamicHeight.AUTO_HEIGHT_WITH_LIMITS;
749
}
0 commit comments