Commit 6db8a0c
authored
fix: Issue 816 pfe tabs stop propagation (#819)
* 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 foundTab1 parent eb64d81 commit 6db8a0c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
0 commit comments