# HG changeset patch # User Thomas Junk # Date 1540479483 -7200 # Node ID 5a43d5602d140dd7affa4c92cb281f5961df4711 # Parent 7242b5a427bc8520fa437bfa2a868b2c0553e5a3 deselecting morph closes splitscreen diff -r 7242b5a427bc -r 5a43d5602d14 client/src/morphtool/Morphtool.vue --- a/client/src/morphtool/Morphtool.vue Thu Oct 25 16:52:18 2018 +0200 +++ b/client/src/morphtool/Morphtool.vue Thu Oct 25 16:58:03 2018 +0200 @@ -180,6 +180,8 @@ clearSelection() { this.$store.commit("identifystore/setIdentifiedFeatures", []); this.$store.commit("fairwayprofile/setSelectedMorph", null); + this.$store.commit("fairwayprofile/clearCurrentProfile"); + this.$store.commit("application/closeSplitScreen"); this.surveyList = null; if (this.drawMode) { this.$store.commit("application/toggleDrawModeLine");