mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: notification text cannot be selected when there is a modal (#4157)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user