Button tap handling delayed due to double tap wait #288
CasperVerswijvelt
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When tapping a button, the effect is delayed by 250 ms to allow double taps to be registered, even when a double tap action is not set up / wanted . This makes the button feel sluggish in my opinion. We could maybe not do these timeouts when a double tap action is not set up (or explicitly disabled if you want to maintain the double tap: toggle default behaviour)?
Bubble-Card/src/bubble-card.js
Lines 156 to 158 in b2cec5d
I can open make a PR for this if you want, let me know what you think
Beta Was this translation helpful? Give feedback.
All reactions