changeset 1004:7a4d233be077 persistent-import-queue

Merged tip into persistent-import-queue branch.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 22 Oct 2018 17:39:25 +0200
parents d789f19877f4 (current diff) 99d27dc9db5e (diff)
children fcf016ebdef4
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/morphtool/Morphtool.vue	Mon Oct 22 17:38:07 2018 +0200
+++ b/client/src/morphtool/Morphtool.vue	Mon Oct 22 17:39:25 2018 +0200
@@ -97,7 +97,7 @@
     ...mapState("identifystore", ["identifiedFeatures"]),
     ...mapState("morphstore", ["selectedMorph"]),
     selectedBottleneck: function() {
-      if (this.identifiedFeatures) {
+      if (this.identifiedFeatures && !this.drawMode) {
         for (let feature of this.identifiedFeatures) {
           let id = feature.getId();
           // RegExp.prototype.test() works with number, str and undefined