Skip to content

Commit

Permalink
- FIX: Fixed map popup?
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 10, 2024
1 parent 9d377a0 commit 2560a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MultiLocationMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default {
//listeners can be applied to markers in this function
leafletMarker.on('click', () => {
this.selectedLocation = {
location: leafletMarker.data.location,
imageIndex: leafletMarker.data.imageIndex
location: data.location,
imageIndex: data.imageIndex
}
this.$nextTick(() => {
Expand Down

0 comments on commit 2560a62

Please sign in to comment.