mirror of
https://github.com/Radarr/Radarr
synced 2026-04-24 22:12:36 +02:00
New: Don't close manual import when clicking outside the modal
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
62de7b63bd
commit
b997bf21a5
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
|
|||
return (
|
||||
<Modal
|
||||
isOpen={isOpen}
|
||||
closeOnBackgroundClick={false}
|
||||
onModalClose={onModalClose}
|
||||
>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue