Hello!
Results of trigger are output in order not they have been called.
If I do trigger(:b) in a event, then result is ab but not 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
Hello!
Results of
triggerare output in order not they have been called.If I do
trigger(:b)inaevent, then result isabbut 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