[READ-ONLY] a fast, modern browser for the npm registry

fix: search restore (#1450)

authored by

Alex Savelyev and committed by
GitHub
d083e217 3faaf04c

+1
+1
app/composables/useGlobalSearch.ts
··· 26 26 urlQuery => { 27 27 const value = normalizeSearchParam(urlQuery) 28 28 if (!value) searchQuery.value = '' 29 + if (!searchQuery.value) searchQuery.value = value 29 30 }, 30 31 ) 31 32 const updateUrlQueryImpl = (value: string, provider: 'npm' | 'algolia') => {