From 9118ccbbf731d01cd3b9ad46940cdd9339fdc11e Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Wed, 14 Sep 2022 12:22:53 -0400 Subject: [PATCH] implement autofocus for input field --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index aaa13c7..30c11f9 100644 --- a/src/index.html +++ b/src/index.html @@ -149,6 +149,7 @@ @keyup.debounce="validateCardsInput()" placeholder="e.g., 2S TC 4S QD KH 5S 9S ..." :disabled="$store.global.solvingInProgress" + autofocus />