Centre zoom in/out on selection if availble
This commit is contained in:
parent
aa80c9eb7e
commit
41fe0ce2b1
|
@ -322,6 +322,8 @@ function App(): JSX.Element {
|
|||
})();
|
||||
};
|
||||
|
||||
const zoomMultiplier = 1.777;
|
||||
|
||||
const handleZoomIn = () => {
|
||||
if (mediaSet == null) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue