Skip to content

Commit 8301726

Browse files
authored
fix: tour-mask attrs pointer-events (#6577)
1 parent 1c7b7a3 commit 8301726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-tour/Mask.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { someType, objectType, booleanType } from '../_util/type';
88

99
const COVER_PROPS = {
1010
fill: 'transparent',
11-
pointerEvents: 'auto',
11+
'pointer-events': 'auto',
1212
};
1313

1414
export interface MaskProps {

0 commit comments

Comments
 (0)