cferdinandi / tabby

Lightweight, accessible vanilla JS toggle tabs.
MIT License
598 stars 73 forks source link

Add previous tab to event #105

Closed Log1x closed 5 years ago

Log1x commented 5 years ago

I was curious if you could add the previous tab to the tabby event? My personal use-case is so I can remove a is-active class from the old tab when a new tab is selected. I dropped event to a console.log() as well as skimmed over the code in case I was missing something, but I don't believe there is currently a way.

Thanks in advance.

cferdinandi commented 5 years ago

That's a good idea! Let me look into it...

As for your error, can you open a new issue with a reduced test case for that one, please?

Log1x commented 5 years ago

Will do! Thanks!

cferdinandi commented 5 years ago

This is addressed with v12.0.3