Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information