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
I try to throwIn() a card, but I get the following error message: TypeError: Cannot read property 'childNodes' of null
I want to create a "back" button like on Tinder, so on swipe left/right I save the current Card and when I click on
the back button I just call prevCard.throwIn(0,0)
The text was updated successfully, but these errors were encountered:
Hello,
I try to throwIn() a card, but I get the following error message:
TypeError: Cannot read property 'childNodes' of null
I want to create a "back" button like on Tinder, so on swipe left/right I save the current Card and when I click on
the back button I just call prevCard.throwIn(0,0)
The text was updated successfully, but these errors were encountered: