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 180196a commit c90a9c3Copy full SHA for c90a9c3
packages/main/src/components/VariantManagement/index.tsx
@@ -160,6 +160,7 @@ const VariantManagement: FC<VariantManagementPropTypes> = forwardRef(
160
headerText={popupTitle}
161
placementType={placement}
162
openBy={variantManagementButton}
163
+ openByStyle={{ pointerEvents: disabled ? 'none' : 'auto' }}
164
footer={footerButtons}
165
className={className}
166
innerStyles={style}
0 commit comments