From 1c7444a5160ffd91c9823381c7206f673686c10f Mon Sep 17 00:00:00 2001 From: Otterman <44608230+K1ngcuber@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:17:42 +0200 Subject: [PATCH] Update Game.tsx --- src/components/Game/Game.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Game/Game.tsx b/src/components/Game/Game.tsx index c63c566..d715a54 100644 --- a/src/components/Game/Game.tsx +++ b/src/components/Game/Game.tsx @@ -195,7 +195,7 @@ export default function Game() {
(inputRefs[row][cell].current = el)} - readOnly={animation() || currentRow() !== row} + readOnly={animation() || currentRow() !== row || cell <= currentColor().length} class={ currentRow() !== row ? styles.cell_input +