@@ -68,7 +68,10 @@ function checkGridRow() {
console.log(gridItem.letter)
console.log(dedupword)
if (correct_letters == gridWidth) endGame(true)
if (correct_letters == gridWidth) {
endGame(true)
return
}
getGridRow(row).complete = true
The note is not visible to the blocked user.