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 = () => {
|
const handleZoomIn = () => {
|
||||||
if (mediaSet == null) {
|
if (mediaSet == null) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user