Fixes view once videos in lightbox

This commit is contained in:
Josh Perez
2021-08-24 17:47:14 -04:00
committed by GitHub
parent 425404cd6e
commit 28f5a2bd1c
6 changed files with 104 additions and 67 deletions

View File

@@ -13535,13 +13535,6 @@
"reasonCategory": "usageTrusted",
"updated": "2021-08-23T18:39:37.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/Lightbox.js",
"line": " const videoRef = react_1.useRef(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-08-23T18:39:37.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/Lightbox.tsx",
@@ -13556,13 +13549,6 @@
"reasonCategory": "usageTrusted",
"updated": "2021-08-23T18:39:37.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/Lightbox.tsx",
"line": " const videoRef = useRef<HTMLVideoElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-08-23T18:39:37.081Z"
},
{
"rule": "React-createRef",
"path": "ts/components/MainHeader.js",