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
Hello!
Results of trigger are output in order not they have been called.
trigger
If I do trigger(:b) in a event, then result is ab but not ba.
trigger(:b)
a
ab
ba
See here, then here.
That's how I fix it in my project: patch kuraga/apotomo-suitcase@b7ddc89
What do you think about this behavior?
/cc @apotonick @kristianmandrup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Results of
trigger
are output in order not they have been called.If I do
trigger(:b)
ina
event, then result isab
but notba
.See here, then here.
That's how I fix it in my project: patch kuraga/apotomo-suitcase@b7ddc89
What do you think about this behavior?
/cc @apotonick @kristianmandrup
The text was updated successfully, but these errors were encountered: