diff client/src/components/App.vue @ 2552:2d2b7fdc0c01

client: make splitscreen only visible in map context
author Markus Kottlaender <markus@intevation.de>
date Fri, 08 Mar 2019 10:03:15 +0100
parents 9bf6b767a56a
children 99dc71e012ad
line wrap: on
line diff
--- a/client/src/components/App.vue	Fri Mar 08 09:23:56 2019 +0100
+++ b/client/src/components/App.vue	Fri Mar 08 10:03:15 2019 +0100
@@ -26,7 +26,7 @@
         <Infobar v-if="isMapVisible"></Infobar>
       </div>
       <Zoom v-if="isMapVisible"></Zoom>
-      <Splitscreen />
+      <Splitscreen v-if="isMapVisible" />
     </div>
     <div class="d-flex flex-column"><router-view /></div>
     <vue-snotify></vue-snotify>