From a7c9a966d63328669c182a9f12aa246efd285282 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 7 Mar 2025 10:40:46 +0000 Subject: [PATCH] do not set vals when in zen mode --- .ci/tags.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci/tags.html b/.ci/tags.html index 732081ac3..342b98ad2 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -686,7 +686,6 @@ document.addEventListener("keydown", function(e) { break; case "!": e.preventDefault(); - app.sortedTags[idx].score = 100; idx++ scoreInputs[idx].scrollIntoView({"block": "center"}); scoreInputs.forEach((input, i) => { @@ -699,9 +698,8 @@ document.addEventListener("keydown", function(e) { break; case "@": e.preventDefault(); - app.removeFamily(app.sortedTags[idx]); scoreInputs[idx].scrollIntoView({"block": "center"}); - idx++ + idx-- scoreInputs.forEach((input, i) => { if (i !== idx) { input.parentElement.parentElement.parentElement.style.webkitFilter = "blur(5px)"; -- 2.47.2