You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: removing stopPropagation from pfe-tabs click and keydown events
Fixes#816
* updating the changelog
* should be currentTarget instead of event.target
event.target broke pfe-content-set. Using event.currenTarget is the right way to look for the selected tab.
* using event.currentTarget instead of foundTab
* moving the urlParams logic into the if statement for IE
* changelog update
0 commit comments