Safe click with onDrag #420
Unanswered
hellozyemlya
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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