Problem whith state #661
Unanswered
mule-stand
asked this question in
Q&A
Replies: 1 comment
-
Use the "from" option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a regular x and y state that corresponds to translateX and translateY.
The problem is that I can't combine useWheel and useDrag (useWheel is also used to change the position). if I change the position in useWheel, when I start dragging, it will reset to the position where the last drag ended (i use offset in drag). what should I do?
Beta Was this translation helpful? Give feedback.
All reactions