Merge branch 'audio-focus' into 'develop'
Audio: prevent focusing the status when clicked Closes #1191 See merge request soapbox-pub/soapbox!1918
This commit is contained in:
commit
a7902421e5
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ const Audio: React.FC<IAudio> = (props) => {
|
|||
onMouseLeave={handleMouseLeave}
|
||||
tabIndex={0}
|
||||
onKeyDown={handleKeyDown}
|
||||
onClick={e => e.stopPropagation()}
|
||||
>
|
||||
<audio
|
||||
src={src}
|
||||
|
|
Loading…
Reference in a new issue