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
I would like to ask if it would be possible to programmatically reset dragging position? I was checking the current <Drag /> component and unable to find how to reset the position (there is only option to reset on new drag start but I would like to control it without new drag). I also saw a new #902 PR for the hook and wondering if it would be possible to add such API.
Thanks
The text was updated successfully, but these errors were encountered:
m0t0r
changed the title
Drug: programmatically reset dragging position
Drag: programmatically reset dragging position
Oct 30, 2020
Hey @m0t0r 👋 this is a great suggestion 💯 I was actually thinking about the need for this yesterday when working on the useDrag addition you mentioned 😄
Let me noodle on how best to add support and will try and get it into #902 or a follow up 👍
Hello,
I would like to ask if it would be possible to programmatically reset dragging position? I was checking the current
<Drag />
component and unable to find how to reset the position (there is only option to reset on new drag start but I would like to control it without new drag). I also saw a new #902 PR for the hook and wondering if it would be possible to add such API.Thanks
The text was updated successfully, but these errors were encountered: