Skip to content

Commit

Permalink
resize map on load
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoppe committed Jun 19, 2024
1 parent 75456e5 commit 7c9ce25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/lib/components/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
}
});
});
newMap.resize();
});
$: if ($map) {
Expand Down

0 comments on commit 7c9ce25

Please sign in to comment.