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 d766a34 commit a9070faCopy full SHA for a9070fa
client/packages/lowcoder/src/comps/comps/imageComp.tsx
@@ -169,7 +169,6 @@ const childrenMap = {
169
animationStyle: styleControl(AnimationStyle),
170
autoHeight: withDefault(AutoHeightControl, "fixed"),
171
supportPreview: BoolControl,
172
- restrictPaddingOnRotation:withDefault(BoolControl, true)
173
};
174
175
let ImageBasicComp = new UICompBuilder(childrenMap, (props) => {
0 commit comments