You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after finishing the lesson about this project I've noticed that if i make a fast double click on one card's cover the second card flips by itself without me touching it, is it normal behaviour?
(IF I find a solution I'll submit a pull request with the fix)
The text was updated successfully, but these errors were encountered:
@aaryak12
I caught in the same problem that @DieKant mentioned. and used your solution. Your solution flip the card back and made another move in the count.
Try this:
if(choiceOne && choiceTwo && choiceOne !== choiceTwo)
Hi, after finishing the lesson about this project I've noticed that if i make a fast double click on one card's cover the second card flips by itself without me touching it, is it normal behaviour?
(IF I find a solution I'll submit a pull request with the fix)
The text was updated successfully, but these errors were encountered: