File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/main/src/components Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exports[`FilterBar Hide Filter Bar 1`] = `
8
8
class = " FilterBar--filterBarHeader-"
9
9
>
10
10
<div
11
- style = " display: inline-block;"
11
+ style = " pointer-events: auto; display: inline-block;"
12
12
>
13
13
<div
14
14
class = " Variant-Management--VariantManagement-"
@@ -172,7 +172,7 @@ exports[`FilterBar Render without crashing 1`] = `
172
172
class = " FilterBar--filterBarHeader-"
173
173
>
174
174
<div
175
- style = " display: inline-block;"
175
+ style = " pointer-events: auto; display: inline-block;"
176
176
>
177
177
<div
178
178
class = " Variant-Management--VariantManagement-"
@@ -325,7 +325,7 @@ exports[`FilterBar Select Filter Item 1`] = `
325
325
class = " FilterBar--filterBarHeader-"
326
326
>
327
327
<div
328
- style = " display: inline-block;"
328
+ style = " pointer-events: auto; display: inline-block;"
329
329
>
330
330
<div
331
331
class = " Variant-Management--VariantManagement-"
Original file line number Diff line number Diff line change 3
3
exports [` VariantManagement Render without crashing 1` ] = `
4
4
Array [
5
5
<div
6
- style = " display: inline-block;"
6
+ style = " pointer-events: auto; display: inline-block;"
7
7
>
8
8
<div
9
9
class = " Variant-Management--VariantManagement-"
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ const VariantManagement: FC<VariantManagementPropTypes> = forwardRef(
160
160
headerText = { popupTitle }
161
161
placementType = { placement }
162
162
openBy = { variantManagementButton }
163
+ openByStyle = { { pointerEvents : disabled ? 'none' : 'auto' } }
163
164
footer = { footerButtons }
164
165
className = { className }
165
166
innerStyles = { style }
You can’t perform that action at this time.
0 commit comments