We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3349ecc commit 1cba763Copy full SHA for 1cba763
app/composables/useGlobalSearch.ts
@@ -64,7 +64,6 @@ export function useGlobalSearch(place: 'header' | 'content' = 'content') {
64
get: () => searchQuery.value,
65
set: async (value: string) => {
66
searchQuery.value = value
67
- console.log('searchQueryValue', value, updateUrlQuery.isPending())
68
69
// Leading debounce implementation as it doesn't work properly out of the box (https://github.com/unjs/perfect-debounce/issues/43)
70
if (!updateUrlQuery.isPending()) {
0 commit comments