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 +