vue-swing icon indicating copy to clipboard operation
vue-swing copied to clipboard

Card.throwIn() Error

Open mathishuettl opened this issue 4 years ago • 1 comments

Hello,

I try to throwIn() a Card, but I get the following Error-Message: Error in v-on handler: "TypeError: Cannot read property 'childNodes' of null"

I want a return Button like on Tinder, so on swipe left or right, I safe the current Card and when i click on the return button I call this.prevCard.throwIn(0,0)

When I console.log(this.prevCard) the card is not empty, so it's a real card object..

mathishuettl avatar Oct 14 '20 07:10 mathishuettl

@mathishuettl Did you solved this problem? I have same error.

Dhofca avatar Oct 26 '20 21:10 Dhofca