Skip to content

Commit

Permalink
Update closeOnClick property in TheLeafletMap.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Apr 11, 2024
1 parent ffc66f2 commit c725ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TheLeafletMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ onMounted(() => {
console.log(e.layer.feature.properties)
const popup = L.popup({
maxHeight: 300,
closeOnClick: false,
closeOnClick: true,
keepInView: true
});
console.log(e.layer.feature.properties)
Expand Down

0 comments on commit c725ddd

Please sign in to comment.