Skip to content

Commit

Permalink
Update app_tr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayca-Dem authored Jun 27, 2024
1 parent ab4fd67 commit 8321461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -7625,7 +7625,7 @@ const keys = [
"L",
"Ş",
"İ",
"ENTER",
"DENE",
"Z",
"C",
"V",
Expand Down Expand Up @@ -7763,7 +7763,7 @@ const handleClick = (letter) => {
deleteLetter();
return;
}
if (letter === "ENTER") {
if (letter === "DENE") {
checkRow();
return;
}
Expand Down

0 comments on commit 8321461

Please sign in to comment.