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 77e04b5 commit 93998f5Copy full SHA for 93998f5
src/search/components/input/SearchOverlay.tsx
@@ -131,7 +131,7 @@ export function SearchOverlay({
131
}
132
133
// If it's the initial fetch, show the spinner immediately
134
- if (!aiAutocompleteOptions.length && !generalSearchResults.length) {
+ if (!aiAutocompleteOptions.length && !generalSearchResults.length && searchLoading) {
135
return setShowSpinner(true)
136
137
0 commit comments