You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle duplicate mouse events following touch events on web. (JetBrains#2741)
Ensure mouse events with the same timestamp as the most recent touch
event are ignored, preventing duplicate inputs.
Fixes https://youtrack.jetbrains.com/issue/CMP-9673
## Testing
Manually check the demo
## Release Notes
### Fixes - Web
- Ignore duplicate mouse events following touch events on web to avoid
unitended clicks.
0 commit comments