mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 01:55:14 +03:00
fix: notification text cannot be selected when there is a modal (#4157)
This commit is contained in:
parent
f5c2aaf28a
commit
d29514c995
@ -49,6 +49,7 @@ export const Modal = (props: ModalProps) => {
|
||||
slots={{ backdrop: Backdrop }}
|
||||
alignItems={transformConfig[vertical]}
|
||||
justifyContent={transformConfig[horizontal]}
|
||||
disableEnforceFocus
|
||||
>
|
||||
<Fade in={open}>{children}</Fade>
|
||||
</StyledModal>
|
||||
|
Loading…
Reference in New Issue
Block a user