V4 Tabber setActive() - onTabClick()

In the v3 tabber, when myTabbar.setTabActive(id) was called, the events: onTabClick() and onSelect() were called in that order.

In the v4 tabber when myTabbar.tabs(id).setActive() is called, only the onSelect() event is getting called.

Is this on purpose? If so, how can I programmatically call the onTabClick() function?

I found a work-around. All is well.

hi!
How did you solve this problem? faced with a similar :neutral_face:

I moved all of the login in the onSelect() function and got rid of the onTabClick() funtion.