mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Emoji picker bug fix
This commit is contained in:
@@ -32,6 +32,8 @@ function main(game) {
|
||||
|
||||
function game(checkInputsResult, replay) {
|
||||
|
||||
console.log(checkInputsResult)
|
||||
|
||||
if (!checkInputsResult) {
|
||||
|
||||
checkInputsResult = checkInputs()
|
||||
|
||||
Reference in New Issue
Block a user