fomkin/korolev

Support multiple duplicated event handlers on the same level

Tvaroh opened this issue · 0 comments

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.