mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(figma): can click
This commit is contained in:
@@ -16,6 +16,9 @@ const MouseMaskContainer = styled('div')({
|
|||||||
right: '0px',
|
right: '0px',
|
||||||
bottom: '0px',
|
bottom: '0px',
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
|
'&:hover': {
|
||||||
|
pointerEvents: 'none',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
export interface Props {
|
export interface Props {
|
||||||
block: AsyncBlock;
|
block: AsyncBlock;
|
||||||
|
|||||||
Reference in New Issue
Block a user