diff client/src/store/bottlenecks.js @ 2566:83b938bf4da9

client: prepared store and minimized splitscreens for multiple simultaneous diagrams
author Markus Kottlaender <markus@intevation.de>
date Mon, 11 Mar 2019 11:34:54 +0100
parents 9bf6b767a56a
children 1686ec185155
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Mon Mar 11 11:14:44 2019 +0100
+++ b/client/src/store/bottlenecks.js	Mon Mar 11 11:34:54 2019 +0100
@@ -67,6 +67,9 @@
           commit("selectedSurvey", null);
           commit("application/splitscreenLoading", true, { root: true });
           commit("application/showSplitscreen", false, { root: true });
+          commit("application/removeSplitscreen", "fairwayprofile", {
+            root: true
+          });
           setTimeout(() => {
             commit("fairwayprofile/clearCurrentProfile", null, { root: true });
           }, 350);