If I call too quick select method, the second time the method is not executed. I found out that my problem lies in this line:
in activateTab function.
I can not change the time between 2 calls (select method), but I need to activate tab when second call is executed.
if (this.tabGroup.children("[data-animating]").length) { return; }I can not change the time between 2 calls (select method), but I need to activate tab when second call is executed.