From 51ddbe15a293361c6c45c9519347289eddb767ce Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 16 Nov 2025 20:38:59 +0100 Subject: [PATCH] fix autofocus --- pom.xml | 2 +- src/main/resources/templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5358716..fdc03df 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 de.champonthis abi - 0.3.5 + 0.3.6 abi diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index f1c8236..50b4a72 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -307,10 +307,10 @@
+ @click="submitCommit('YES')" :autofocus="committed == 'YES'" :tabindex="committed == 'NO' ? -1 : 0">Ja, ich bin dabei! + @click="submitCommit('NO')" :autofocus="committed == 'NO'" :tabindex="committed == 'YES' ? -1 : 1">Nein, ich bin nicht dabei