Shuffle icon indicating copy to clipboard operation
Shuffle copied to clipboard

The top card is stuck when swiping the card quickly

Open Kejiasir opened this issue 3 years ago • 1 comments

Describe the bug In the relatively fast process of swiping the card, if the network is returning data to add, there is a high probability that the current sliding card is stuck at the top level, and the remaining cards can still continue to slide.

Another problem is that after the network data is added, click left, right, up, and the sliding card will be invalid. There is no response, that is, the following function is called:

 cardStack.swipe(.left, animated: true)

 cardStack.swipe(.right, animated: true)

 cardStack.swipe(.up, animated: true)

https://user-images.githubusercontent.com/14361443/148019651-3d5e82a4-6702-4320-8e00-715ec6fd10c3.mp4

Kejiasir avatar Jan 04 '22 07:01 Kejiasir

I think the problem I encountered is the same as this one, when the card is loaded dynamically #108

Kejiasir avatar Jan 04 '22 07:01 Kejiasir