nikki / LiteAccordion

A lightweight horizontal accordion plugin for jQuery.
MIT License
224 stars 130 forks source link

Clicking on a slide that's already activated no longer close the slide #66

Closed peculiartina closed 11 years ago

peculiartina commented 11 years ago

It looks like commit for issue#60 to fix bug when linkable option is set to true, broke the ability for you to click on the slide that’s already activated, and cause the activated slide to close itself (sliding to the right) to open the previous slide. I added back core.animSlide.call(tab) and it works again but obviously it breaks the linkable fix. I’m not sure what the solution should be.

nikki commented 11 years ago

Fixed in v2.2.0.