Skip to content

Commit

Permalink
fix(linked dialog): Fixed link dialog scroll position resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbenton committed Dec 22, 2023
1 parent 1aca4a4 commit 8cee57b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export function LinkedDialog() {
onOpen={() => {}}
disableSwipeToOpen
disableDiscovery
variant="temporary"
ModalProps={{
keepMounted: false,
}}
onClose={handleClose}
sx={{ pt: 1 }}
PaperProps={{
Expand Down

0 comments on commit 8cee57b

Please sign in to comment.