mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix: infinite workspace loading (#1432)
This commit is contained in:
@@ -36,6 +36,12 @@ export const Modal = (props: ModalProps) => {
|
||||
...otherProps
|
||||
} = props;
|
||||
const [vertical, horizontal] = wrapperPosition;
|
||||
// Fixme: This is a workaround for Mui bug
|
||||
// Refs: https://github.com/mui/material-ui/issues/33748
|
||||
if (!open) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<StyledModal
|
||||
{...otherProps}
|
||||
|
||||
Reference in New Issue
Block a user