fix: tour-mask attrs pointer-events (#6577)
parent
1c7b7a35f6
commit
83017269ab
|
@ -8,7 +8,7 @@ import { someType, objectType, booleanType } from '../_util/type';
|
|||
|
||||
const COVER_PROPS = {
|
||||
fill: 'transparent',
|
||||
pointerEvents: 'auto',
|
||||
'pointer-events': 'auto',
|
||||
};
|
||||
|
||||
export interface MaskProps {
|
||||
|
|
Loading…
Reference in New Issue