possible fix for tag deletion modal

This commit is contained in:
2026-01-26 20:53:08 +01:00
parent 0e9fedc9b4
commit 734071beab

View File

@@ -622,8 +622,11 @@ window.requestAnimFrame = (function () {
if (modal) {
nameEl.textContent = tagName;
confirmBtn.textContent = 'Delete';
confirmBtn.disabled = false;
modal.style.display = 'flex';
const closeModal = () => {
modal.style.display = 'none';
confirmBtn.onclick = null;