react-swipeable
react-swipeable copied to clipboard
Possible to stop propagation in custom swiped ?
Hello, I have a swipe listener (on swipe right) at document level and another one (on left and right) in a div. I would like to use event.stopPropagation (as it is possible in onSwiped) but in onSwipedRight / onSwipedLeft.
Is it possible ? Thanks