mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
fix interval per tickOM
This commit is contained in:
parent
e94f0474ef
commit
7a2f4d1af0
4 changed files with 11 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue