1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-04 22:40:51 +00:00

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

Closes #3761
This commit is contained in:
Mark McDowall 2020-05-24 10:38:30 -07:00
parent d3bd90e4b9
commit fd608fd411

View file

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