jordanaustin / Details-Expander

JavaScript & CSS polyfill for the html5 details element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking anything within the details list hides the content

jordanaustin opened this issue · comments

This is a bug I overlooked. I need to attach the click listener to the summary or maybe just the first element within the details tag.