Skip to content
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

[CP-stable][web:semantics] fix double click due to long-press #54735

Commits on Aug 23, 2024

  1. [web:semantics] fix double click due to long-press (flutter#54697)

    Remember the timestamp of _all_ `pointerup` events, not just those that were flushed. Clicks should be deduplicated after a `pointerup` even when not debouncing anything. This is because when not debouncing the engine already forwards all the pointer events to the framework, and sending click events on top only causes double-clicks.
    
    Fixes flutter/flutter#147050
    yjbanov authored and GitHub Actions Bot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    150f579 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch 'flutter-3.24-candidate.0' into cp-engine-stable-f6bde7e…

    …2d0c561ce65082e0736517d6d81cceb64
    pedromassango authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fd94280 View commit details
    Browse the repository at this point in the history