-
Notifications
You must be signed in to change notification settings - Fork 784
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
'tap' events are firing on 'doubletap' and 'hold' V1.10.11 #964
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
I don't see If you want to ignore taps after hold, you can check |
thanks, that works:
|
When we double click, then
tap
will also fire (withevent.double
is false).The same is true for 'hold'
If I understood this comment #155 (comment) correctly, then it is expected, that (on double clikc) the
tap
event is also fired withevent.double=false
- but this is not the case (event.double=true
)Here is a full stackblitz example
Expected behavior
On double-click the tap event should fire and have
event.double=true
.On hold the tap event should not fire.
Actual behavior
On double-click the tap event fires and has
event.double=false
.On hold the 'hold' event fires, and then the tap event fires.
System configuration
1.10.11:
Google Chrome Version 100.0.4896.88:
Windows 10:
The text was updated successfully, but these errors were encountered: