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

Improve event handler merging #1715

Merged
merged 2 commits into from
Jul 26, 2022
Merged

Improve event handler merging #1715

merged 2 commits into from
Jul 26, 2022

Commits on Jul 26, 2022

  1. improve event handler merging

    This will ensure that an actual event is passed before checking the
    `event.defaultPrevented`.
    
    For React, we also have to make sure that we are not dealing with a
    SyntehticEvent.
    
    Thanks @Mookiepiece!
    
    Co-authored-by: =?UTF-8?q?=E5=BD=BC=E8=A1=93=E5=90=91?= <[email protected]>
    RobinMalfait and Mookiepiece committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6ba4b13 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    67d9554 View commit details
    Browse the repository at this point in the history