diff --git a/src/components/DesktopView.vue b/src/components/DesktopView.vue index bf88a461..81b4b9a2 100644 --- a/src/components/DesktopView.vue +++ b/src/components/DesktopView.vue @@ -16,6 +16,8 @@ const { loaded: locationsLoaded } = storeToRefs(locationsStore) const { singles, clusters } = storeToRefs(useCluster()) const listIsShown = ref(false) + +const openSuggestions = ref(false)