FIX: Flashing when loading glimer search results ()

This commit is contained in:
Isaac Janzen 2023-11-30 20:54:32 -07:00 committed by GitHub
parent 7539b457b2
commit aadc104817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
{{#if (and this.search.inTopicContext (not @searchTopics))}} {{#if (and this.search.inTopicContext (not @searchTopics))}}
<SearchMenu::BrowserSearchTip /> <SearchMenu::BrowserSearchTip />
{{else if (not @loading)}} {{else}}
<div class="results"> <div class="results">
{{#if @suggestionKeyword}} {{#if @suggestionKeyword}}
<SearchMenu::Results::Assistant <SearchMenu::Results::Assistant