Remove unnecessary stopPropagation() calls

This commit is contained in:
Alex Gleason
2022-11-19 15:55:55 -06:00
parent f66b50361d
commit 990e28ccc8
2 changed files with 0 additions and 4 deletions

View File

@ -449,7 +449,6 @@ const Audio: React.FC<IAudio> = (props) => {
onMouseLeave={handleMouseLeave}
tabIndex={0}
onKeyDown={handleKeyDown}
onClick={e => e.stopPropagation()}
>
<audio
src={src}