Skip to content

Commit

Permalink
fix comps overlap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Nov 15, 2024
1 parent f3cd13b commit b83efb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export const CompSelectionWrapper = React.memo((props: {
{!needResizeDetector && props.children}
{needResizeDetector && (
<ReactResizeDetector
skipOnMount
onResize={props.onInnerResize}
observerOptions={{ box: "border-box" }}
>
Expand Down

0 comments on commit b83efb2

Please sign in to comment.