Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: "fix(play-toggle): call event.stopPropagation in the click ha…
…ndler (#5803)" PR #5083 introduces a fix to #5624, an issue with click events when Polymer's tap gesture is being used. However, this causes an issue where `player.on('click')` no longer triggers from the play toggle. Thus, we revert the change. In addition, looking at Polymer 2 and 3, they recommend against using the tap gesture. Fixes #6092
- Loading branch information