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