Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
5f50266cde
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/scene/zoom.ts

+ 2
- 1
src/scene/zoom.ts View File

@@ -51,8 +51,9 @@ export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
51 51
   }
52 52
   if (window.tmp_hooks){
53 53
     tmp_hooks.gnz_fix = {fix}
54
+  } else {
55
+    // console.log("nfix",fix)
54 56
   }
55
-    console.log("nfix",fix)
56 57
 
57 58
   const normalizedZoom = parseFloat(zoom.toFixed(fix));
58 59
   const clampedZoom = Math.max(0.1, Math.min(normalizedZoom, 10));

Loading…
Cancel
Save