You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
There is a feature I'd like to add: the idea is to prevent the Draggable from intercepting vertical scroll events if bound to the horizontal axis.
Let's say we have a <Draggable axis='x' />, it would be great to only drag the Draggable on horizontal drags, and let the container / page scroll on vertical drags ?
This is the default behaviour for scrollable items on mobile devices. I have no idea how to implement it but I believe it could be useful to many. Is it doable ?