Allow closing modals by clicking on the background

Cherry-pick #4044

Fixes #4895
This commit is contained in:
Frédéric Guillot
2023-03-30 19:42:33 -07:00
committed by Frédéric Guillot
parent de7c1bf16b
commit 6ca955de1f
4 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
var url = KB.dom(baseElement).data('url');
if (url) {
KB.modal.open(url, 'medium', false);
KB.modal.open(url, 'medium', true);
}
}