fix modal close scroll (#4162)

* fix modal close scroll

* update refresh
This commit is contained in:
heheer
2025-03-14 14:21:48 +08:00
committed by GitHub
parent bd369d3b09
commit 561a496f80
3 changed files with 5 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ const MyModal = ({
allowPinchZoom
scrollBehavior={'inside'}
closeOnOverlayClick={closeOnOverlayClick}
returnFocusOnClose={false}
>
<ModalOverlay />
<ModalContent