1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 11:22:06 +00:00

New: Don't close manual import when clicking outside the modal

(cherry picked from commit fd608fd4113bd1d6fde42bca4d9879f826a8c6a9)
This commit is contained in:
Mark McDowall 2020-05-24 10:38:30 -07:00 committed by Qstick
parent 3bcb6ef2ef
commit 4e28d423db

View file

@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
return (
<Modal
isOpen={isOpen}
closeOnBackgroundClick={false}
onModalClose={onModalClose}
>
{