feat(figma): can click

This commit is contained in:
zhangchi 2022-07-24 00:18:46 +08:00
parent 101449dd37
commit e7f0be9463

View File

@ -16,6 +16,9 @@ const MouseMaskContainer = styled('div')({
right: '0px',
bottom: '0px',
backgroundColor: 'transparent',
'&:hover': {
pointerEvents: 'none',
},
});
export interface Props {
block: AsyncBlock;