diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index d8315dec6..02e05be2f 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -86,9 +86,6 @@ function showKeyboardShortcuts() { const route = useRoute() -// hide menu on mobile -watch(() => route.fullPath, () => window.innerWidth < 769 && baseStore.setMenuActive(false)) - // FIXME: this is really error prone // Reset the current list highlight in menu if the current route is not list related. watch(() => route.name as string, (routeName) => { diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 333d668c1..5ce4984fc 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -146,7 +146,7 @@