Skip to content
Snippets Groups Projects
Commit 89071f57 authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

fix(map): fix jumping zoom

parent 0b9e9c72
No related branches found
No related tags found
Loading
......@@ -50,7 +50,7 @@ describe('onMapPositionChange - util', () => {
{
x: 1479,
y: 581,
z: 7,
z: 6.68620779943448,
},
],
];
......
......@@ -18,7 +18,7 @@ export const onMapPositionChange =
setMapPosition({
x,
y,
z: Math.round(zoom),
z: zoom,
}),
);
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment