Massively zoom in on images, adds panning

This commit is contained in:
Josh Perez 2021-09-28 16:27:35 -04:00 committed by GitHub
parent 68b5064cb1
commit 68cef84c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 155 additions and 16 deletions

View file

@ -12564,6 +12564,20 @@
"reasonCategory": "usageTrusted",
"updated": "2021-08-23T18:39:37.081Z"
},
{
"rule": "React-useRef",
"path": "ts/components/Lightbox.tsx",
"line": " const imageRef = useRef<HTMLImageElement | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-09-24T00:03:36.061Z"
},
{
"rule": "React-useRef",
"path": "ts/components/Lightbox.tsx",
"line": " const zoomCoordsRef = useRef<",
"reasonCategory": "usageTrusted",
"updated": "2021-09-24T00:03:36.061Z"
},
{
"rule": "React-createRef",
"path": "ts/components/MainHeader.js",