This commit is contained in:
2026-01-18 22:40:03 +01:00
parent 6e47008bed
commit 8ff3e7a64d
2 changed files with 6 additions and 4 deletions

View File

@@ -43,6 +43,7 @@
: null;
if (closeHit) {
allowCloseOnce();
return;
}
const container = evt.target && evt.target.closest
? evt.target.closest('.gjs-mdl-container')