Fix click range discrepancies in gifv (#14615)

This commit is contained in:
Takeshi Umeda 2020-08-23 07:08:12 +09:00 committed by GitHub
parent ee032daa72
commit 58f40e0786

View file

@ -54,8 +54,6 @@ export default class GIFV extends React.PureComponent {
<video <video
src={src} src={src}
width={width}
height={height}
role='button' role='button'
tabIndex='0' tabIndex='0'
aria-label={alt} aria-label={alt}