Browse Source

Fix click range discrepancies in gifv (#14615)

master
Takeshi Umeda 3 years ago
committed by GitHub
parent
commit
debf6ae316
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/javascript/mastodon/components/gifv.js

+ 0
- 2
app/javascript/mastodon/components/gifv.js View File

@ -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