mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix Link dialog closes card when clicking in dialog.
Thanks to ryanMushy ! Fixes #3455
This commit is contained in:
parent
fe185dd38a
commit
454d3b5bbe
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ EscapeActions.register(
|
|||
'modalWindow',
|
||||
() => Modal.close(),
|
||||
() => Modal.isOpen(),
|
||||
{ noClickEscapeOn: '.modal-container' },
|
||||
{ noClickEscapeOn: '.modal-container,.model-content' },
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue