Centre zoom in/out on selection if availble

This commit is contained in:
Rob Watson 2022-01-15 10:12:54 +01:00
parent aa80c9eb7e
commit 41fe0ce2b1
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ function App(): JSX.Element {
})();
};
const zoomMultiplier = 1.777;
const handleZoomIn = () => {
if (mediaSet == null) {
return;