marekrozmus / react-swipeable-list

Swipeable list component for React supporting several behaviours (e.g. iOS)
https://marekrozmus.github.io/react-swipeable-list/
MIT License
110 stars 20 forks source link

Fix closing opened actions when specific gesture is made #3

Closed marekrozmus closed 3 years ago

marekrozmus commented 3 years ago

If swipe is made quite fast sometimes updatePosition is called after dragEnd event. That breaks state of trailingActionsOpened and dragStart does not work anymore.

Added cancelling animation frame on dragEnd so that no more updatePosition is called.

Closes #2

marekrozmus commented 3 years ago

@all-contributors please add @marekrozmus for code, doc, test, example, ideas, maintenance, design

allcontributors[bot] commented 3 years ago

@marekrozmus

I've put up a pull request to add @marekrozmus! :tada: