diff client/src/application/Userbar.vue @ 647:620a65f11b33

fix: splitscreenoption has to be reset for logout
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 13 Sep 2018 14:11:33 +0200
parents 14dfab4e6e32
children ca628dce90dd
line wrap: on
line diff
--- a/client/src/application/Userbar.vue	Thu Sep 13 13:02:04 2018 +0200
+++ b/client/src/application/Userbar.vue	Thu Sep 13 14:11:33 2018 +0200
@@ -59,6 +59,7 @@
       this.$store.commit("user/clear_auth");
       this.$store.commit("application/resetSidebar");
       this.$store.commit("application/resetUserMenu");
+      this.$store.commit("application/resetSplitScreen");
       this.$router.push("/login");
     }
   },