changeset 2716:eadf9ebc0d6b

client: waterlevel diagram: fixed animation bug when switching between gauges while having the splitscreen open
author Markus Kottlaender <markus@intevation.de>
date Mon, 18 Mar 2019 18:52:41 +0100
parents 8d96b9254465
children 5b990f612420
files client/src/store/gauges.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/gauges.js	Mon Mar 18 18:14:24 2019 +0100
+++ b/client/src/store/gauges.js	Mon Mar 18 18:52:41 2019 +0100
@@ -59,7 +59,6 @@
     selectedGaugeISRS: ({ commit }, isrs) => {
       commit("selectedGaugeISRS", isrs);
       commit("application/showGauges", true, { root: true });
-      commit("application/showSplitscreen", false, { root: true });
     },
     loadGauges: ({ commit }) => {
       return new Promise((resolve, reject) => {