From af3e38254fc897844fc6bea886dcb95a4ecef18f Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Mon, 22 Sep 2025 11:06:16 -0700 Subject: [PATCH] Fix focus on input list --- src/lib/components/InputList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/InputList.svelte b/src/lib/components/InputList.svelte index 1cd4a21..1483d22 100644 --- a/src/lib/components/InputList.svelte +++ b/src/lib/components/InputList.svelte @@ -49,7 +49,7 @@
- {#each value as item, index (item)} + {#each value as item, index}