diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-08-23 07:08:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 00:08:12 +0200 |
commit | debf6ae31609dcc2fda224b4a6014848cb0e5a27 (patch) | |
tree | 4d4bc6ec8b25001b7c799416e79518645f90bad6 | |
parent | 92e6b2b4d80f1090d1ce285fb8179f4af9d66565 (diff) |
Fix click range discrepancies in gifv (#14615)
-rw-r--r-- | app/javascript/mastodon/components/gifv.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/mastodon/components/gifv.js b/app/javascript/mastodon/components/gifv.js index 83cfae49c..b775e5200 100644 --- a/app/javascript/mastodon/components/gifv.js +++ b/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} |