Skip to content

Commit

Permalink
Widgets-map: Prevent map from being interactive during edit-interface…
Browse files Browse the repository at this point in the history
…-mode

Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Oct 1, 2024
1 parent c00c05d commit c3afe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/Map.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="mapBase" class="page-base">
<div ref="mapBase" class="page-base" :class="widgetStore.editingMode ? 'pointer-events-none' : 'pointer-events-auto'">
<div :id="mapId" ref="map" class="map">
<v-btn
v-if="showButtons"
Expand Down

0 comments on commit c3afe0e

Please sign in to comment.