We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I long click on a button, the longpress event handler triggers, but it doesnt cancel the context menu from popping up
Found this example of one that does (somehow with jquery bastardy) cancel the context menu, for reference http://jsfiddle.net/z9ZNU/53/
The text was updated successfully, but these errors were encountered:
You could also use style={{userSelect: "none"}} in order to prevent text selection.
style={{userSelect: "none"}}
Sorry, something went wrong.
When I long click on a button, the longpress event handler triggers, but it doesnt cancel the context menu from popping up Found this example of one that does (somehow with jquery bastardy) cancel the context menu, for reference http://jsfiddle.net/z9ZNU/53/
Anyway, I found out I got the same issue. Do you find any solutions?
No branches or pull requests
When I long click on a button, the longpress event handler triggers, but it doesnt cancel the context menu from popping up
Found this example of one that does (somehow with jquery bastardy) cancel the context menu, for reference
http://jsfiddle.net/z9ZNU/53/
The text was updated successfully, but these errors were encountered: