carbon-design-system / carbon-addons-cloud

[DEPRECATED] Carbon Design System add-on for IBM Cloud
http://cloud-styles.carbondesignsystem.com
Apache License 2.0
15 stars 23 forks source link

fix(InteriorLeftNav): remove keypress handler #24

Closed asudoh closed 6 years ago

asudoh commented 6 years ago

Click handler seems to run upon keypress on the toggle button, and handling keypress causes running the event handler twice.

Fixes #21.

Removed

asudoh commented 6 years ago

Thanks @joshblack @marijohannessen for reviewing!