fix interval per tickOM

This commit is contained in:
Robin Appelman 2023-04-29 16:36:24 +02:00
commit 7a2f4d1af0
4 changed files with 11 additions and 8 deletions

View file

@ -22,7 +22,6 @@ export const MapContainer = (props: ParentProps<MapContainerProps>) => {
}
createEffect(() => {
const s = scale();
console.log(s)
if (isFinite(s)) {
props.onScale && props.onScale(s);
}