Story Viewer: Fix trackpad swipe
This commit is contained in:
parent
0b92eb5852
commit
3d12a47866
@ -286,6 +286,7 @@ function StorySlides({
|
||||
return captureEvents(containerRef.current, {
|
||||
isNotPassive: true,
|
||||
withNativeDrag: true,
|
||||
withWheelDrag: true,
|
||||
excludedClosestSelector: '.Composer',
|
||||
onDrag: (event, captureEvent, {
|
||||
dragOffsetX, dragOffsetY,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user