From 60bbffb61621ee66c7cbfd891678648af48ce38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 9 Feb 2025 17:35:27 +0100 Subject: [PATCH] fix: `x is undefined` error --- src/lib/BackgroundGrid.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/BackgroundGrid.svelte b/src/lib/BackgroundGrid.svelte index 6f2e438..51bbdea 100644 --- a/src/lib/BackgroundGrid.svelte +++ b/src/lib/BackgroundGrid.svelte @@ -111,9 +111,9 @@
{#each [...Array(verticalCount).keys()] as x} -
+
{#each [...Array(horizontalCount).keys()] as y} -
+
{/each}
{/each}