Skip to content

Commit

Permalink
176 update map markers upon selection (#178)
Browse files Browse the repository at this point in the history
Fixes #176
  • Loading branch information
ctot-nondef authored Oct 17, 2024
2 parents 62dd277 + 6ae90d5 commit 0941f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/geo-map.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ onMounted(async () => {
watch(
() => props.markers,
() => updateMarkers,
() => updateMarkers(),
);
const resize = debounce(() => {
Expand Down

0 comments on commit 0941f52

Please sign in to comment.