changeset 994:d9cc1e906469

fix: partial Fix of Morphtool
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 22 Oct 2018 13:09:26 +0200
parents a978b2b26a88
children e03fab882b47
files client/src/morphtool/Morphtool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/morphtool/Morphtool.vue	Mon Oct 22 11:24:25 2018 +0200
+++ b/client/src/morphtool/Morphtool.vue	Mon Oct 22 13:09:26 2018 +0200
@@ -96,7 +96,7 @@
     ...mapState("identifystore", ["identifiedFeatures"]),
     ...mapState("morphstore", ["selectedMorph"]),
     selectedBottleneck: function() {
-      if (this.identifiedFeatures && !this.drawMode) {
+      if (this.identifiedFeatures) {
         for (let feature of this.identifiedFeatures) {
           let id = feature.getId();
           // RegExp.prototype.test() works with number, str and undefined