frend / frend.co

Frend — A collection of accessible, modern front-end components.
http://frend.co
MIT License
635 stars 25 forks source link

Allow innerHTML in Tab links by using e.currentTarget in _eventTabCli… #103

Closed davidhund closed 7 years ago

davidhund commented 7 years ago

Using e.currentTarger in _eventTabClick (e) allows innerHTML in Tabs: e.g. a span in the links. Without currentTarget, clicking the span (in the link) will break the script. Ref #102

davidhund commented 7 years ago

Oops. Bumped the version to 1.0.6 in CHANGELOG now.. ✋

thomasdigby commented 7 years ago

@adamduncan Just need to run an npm publish 👍

adamduncan commented 7 years ago

Cheers guys.

fr-tabs at 1.0.6 https://www.npmjs.com/package/fr-tabs fr-dialogmodal at 1.0.4 https://www.npmjs.com/package/fr-dialogmodal