Skip to content

Commit 792223c

Browse files
authored
fix: search box jumping around when navigating to the search page (#762)
1 parent 47baa46 commit 792223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ onKeyStroke(
146146
@blur="handleSearchBlur"
147147
/>
148148
<ul
149-
v-if="!isSearchExpanded"
149+
v-if="!isSearchExpanded && isConnected && npmUser"
150150
:class="{ hidden: showFullSearch }"
151151
class="hidden sm:flex items-center gap-4 sm:gap-6 list-none m-0 p-0"
152152
>

0 commit comments

Comments
 (0)