We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
off
On the first click, it should log both "handler1" and "handler2".
"handler1"
"handler2"
On the first click, only "handler1" is logged.
The text was updated successfully, but these errors were encountered:
Are you interested in making a pull request with test + fix?
Sorry, something went wrong.
@lavrton Sure created one.
Successfully merging a pull request may close this issue.
To reproduce
Expected
On the first click, it should log both
"handler1"
and"handler2"
.Actual behavior
On the first click, only
"handler1"
is logged.The text was updated successfully, but these errors were encountered: