Support multiple duplicated event handlers on the same level
Tvaroh opened this issue · 0 comments
Tvaroh commented
Current behavior is latest event(eventName)
wins - i.e. overwrites all the previous handlers for that eventName
. Instead, it should keep all handlers and execute them in order they were added.