From ee74af5b9fd86f0f5053e39e52e238d9c9fe09d0 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 4 Aug 2023 14:29:41 +0200 Subject: [PATCH] bigger stroke --- client/src/lib/game.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/lib/game.svelte b/client/src/lib/game.svelte index b84ac88..2b23a0e 100644 --- a/client/src/lib/game.svelte +++ b/client/src/lib/game.svelte @@ -156,6 +156,7 @@ function check(e: MouseEvent) { if(!moves.length) return; var confirmed = confirm("Are you sure you want to quit?"); + // @ts-ignore if(!confirmed) return e.preventDefault() || false; } @@ -287,8 +288,8 @@ {#if containerStates[i] == 1}
- - + +
{:else if containerStates[i] == 2} @@ -300,8 +301,8 @@ {:else if containerStates[i] == 3}
- - + +