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

Correct once handling for "nested" events #1324

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Correct once handling for "nested" events #1324

merged 2 commits into from
Nov 18, 2024

Commits on Nov 18, 2024

  1. Correct once handling for "nested" events

    If you have two once listeners and the first one dispatches a second event that invokes both listeners, the second listener would be invoked twice as it had already been cloned before it got removed. As such setting its removed field is important after all.
    
    Fixes #1323.
    annevk committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ac1bf4c View commit details
    Browse the repository at this point in the history
  2. Update dom.bs

    annevk committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1ff8299 View commit details
    Browse the repository at this point in the history