mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 04:22:19 +03:00
feat(figma): can click
This commit is contained in:
parent
101449dd37
commit
e7f0be9463
@ -16,6 +16,9 @@ const MouseMaskContainer = styled('div')({
|
||||
right: '0px',
|
||||
bottom: '0px',
|
||||
backgroundColor: 'transparent',
|
||||
'&:hover': {
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
});
|
||||
export interface Props {
|
||||
block: AsyncBlock;
|
||||
|
Loading…
Reference in New Issue
Block a user