-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
[documentation] Touch-hold .prevent.stop #3661
Comments
If we add prevent and stop then user won't be able to select text. It's pretty complicated to explain all the reasoning (takes pages), but regardless, if you need it you can evt.preventDefault() and evt.stopPropagation() yourself in the handler, at the right time. |
This was referenced Sep 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Touch-hold documentation at the bottom: API
At "modifiers" it only says
mouse
, but if we're able to use.prevent.stop
as well, I think it might be really helpful if they are listed there as well!If we are NOT able to use
.prevent.stop
, i'd love to ask this to be added as a new feature.The text was updated successfully, but these errors were encountered: