Skip to content

The top card is stuck when swiping the card quickly #150

@Kejiasir

Description

@Kejiasir

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions