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 f3cd13b commit b83efb2Copy full SHA for b83efb2
client/packages/lowcoder/src/layout/compSelectionWrapper.tsx
@@ -369,6 +369,7 @@ export const CompSelectionWrapper = React.memo((props: {
369
{!needResizeDetector && props.children}
370
{needResizeDetector && (
371
<ReactResizeDetector
372
+ skipOnMount
373
onResize={props.onInnerResize}
374
observerOptions={{ box: "border-box" }}
375
>
0 commit comments