Safe click with onDrag #420
Unanswered
hellozyemlya
asked this question in
Q&A
Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the safest way handle pointer click and prevent onDrag to be triggered?
I have idea only with timing checking, for example, drag event not handled till N sec event length, and click not handled after N sec event length.
Maybe someone will have another ideas.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions