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
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",