aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorZéro~Informatique2022-10-25 01:40:19 +0200
committerZéro~Informatique2022-10-25 01:40:19 +0200
commit18bbe9b32ecd809bc46a80f5c21c5cb3d4b4b774 (patch)
treeb62d3b3a1b7e4ca2593f8b91e48c4eae63b00cd4 /viewer
parent6c1753ead0910cd892657841970287544d36bc7a (diff)
downloadldgallery-18bbe9b32ecd809bc46a80f5c21c5cb3d4b4b774.tar.gz
viewer: hints still appearing for tags when search pane is closed
github: closes #325
Diffstat (limited to 'viewer')
-rw-r--r--viewer/src/views/MainLayout.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index d8b3300..30bfe97 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -26,7 +26,10 @@
26 /> 26 />
27 <template v-else-if="galleryStore.config && galleryStore.galleryIndex"> 27 <template v-else-if="galleryStore.config && galleryStore.galleryIndex">
28 <LayoutTop :class="[$style.layout, $style.layoutTop]" /> 28 <LayoutTop :class="[$style.layout, $style.layoutTop]" />
29 <LayoutLeft :class="[$style.layout, $style.layoutLeft]" /> 29 <LayoutLeft
30 v-show="!uiStore.fullWidth"
31 :class="[$style.layout, $style.layoutLeft]"
32 />
30 <router-view 33 <router-view
31 ref="content" 34 ref="content"
32 :class="[$style.layout, $style.layoutContent]" 35 :class="[$style.layout, $style.layoutContent]"