fix: tour-mask attrs pointer-events (#6577)

pull/6588/head
果冻橙 2023-05-18 07:19:48 +08:00 committed by GitHub
parent 1c7b7a35f6
commit 83017269ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { someType, objectType, booleanType } from '../_util/type';
const COVER_PROPS = {
fill: 'transparent',
pointerEvents: 'auto',
'pointer-events': 'auto',
};
export interface MaskProps {