mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
New: Don't close manual import when clicking outside the modal
Closes #278 (cherry picked from commit fd608fd4113bd1d6fde42bca4d9879f826a8c6a9)
This commit is contained in:
parent
4066aa1472
commit
1be94da583
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class InteractiveImportModal extends Component {
|
||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
|
closeOnBackgroundClick={false}
|
||||||
onModalClose={onModalClose}
|
onModalClose={onModalClose}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue