mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 04:22:23 +03:00
Cancel the dialog when clicking the backdrop
This commit is contained in:
parent
9c940cd44f
commit
00811f8000
@ -91,9 +91,9 @@ const AddToPlaylistDialog = () => {
|
||||
|
||||
return (
|
||||
<Dialog
|
||||
disableBackdropClick
|
||||
open={open}
|
||||
onClose={handleClickClose}
|
||||
onBackdropClick={handleClickClose}
|
||||
aria-labelledby="form-dialog-new-playlist"
|
||||
>
|
||||
<DialogTitle id="form-dialog-new-playlist">
|
||||
|
Loading…
x
Reference in New Issue
Block a user