1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04: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
@@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
return (
<Modal
isOpen={isOpen}
closeOnBackgroundClick={false}
onModalClose={onModalClose}
>
{