Fix click range discrepancies in gifv (#14615)

master
Takeshi Umeda 4 years ago committed by GitHub
parent 92e6b2b4d8
commit debf6ae316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/components/gifv.js

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

Loading…
Cancel
Save