assets/js/concise/Popup.js
@@ -62,7 +62,7 @@ handleClick(e) { // Check if click is on any registered toggle for (const [id, entry] of this.popups) { if (e.target === entry.toggle || e.target.closest(id)) { if (e.target === entry.toggle || window.targetCheck(e, id) || window.targetCheck(e, entry.toggle.tagName + '.' + [...entry.toggle.classList].join('.'))) { this.togglePopup(id); return; }