diff client/src/components/Contextbox.vue @ 3261:916d4c898f08

client: import stretches: prevent map/identify popup from opening when selecting a distance mark on the map
author Markus Kottlaender <markus@intevation.de>
date Tue, 14 May 2019 20:08:10 +0200
parents 802fcb50c484
children a2e9671f4ad6
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Tue May 14 19:52:26 2019 +0200
+++ b/client/src/components/Contextbox.vue	Tue May 14 20:08:10 2019 +0200
@@ -56,6 +56,7 @@
   },
   methods: {
     close() {
+      this.$store.commit("map/mapPopupEnabled", true);
       this.$store.commit("application/searchQuery", "");
       this.$store.commit("application/showContextBox", false);
       this.$store.commit(