-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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)
QQ20220104-144001-HD.mp4
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working