# HG changeset patch # User Sascha L. Teichmann # Date 1540222765 -7200 # Node ID 7a4d233be077cdc75ee04b481fe912fd64ad9f57 # Parent d789f19877f41599093c1ec9093a266acd8be369# Parent 99d27dc9db5ed75debb11b90b952b915f6f467e4 Merged tip into persistent-import-queue branch. diff -r d789f19877f4 -r 7a4d233be077 client/src/morphtool/Morphtool.vue --- 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