mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: "Flash" when loading search results (#26249)
This commit is contained in:
parent
5098338a96
commit
2947a23a27
@ -1,8 +1,8 @@
|
||||
{{#if (and this.search.inTopicContext (not @searchTopics))}}
|
||||
<SearchMenu::BrowserSearchTip />
|
||||
{{else}}
|
||||
<div class="results">
|
||||
{{#unless @loading}}
|
||||
<ConditionalLoadingSection @isLoading={{this.loading}}>
|
||||
<div class="results">
|
||||
<PluginOutlet
|
||||
@name="search-menu-results-top"
|
||||
@outletArgs={{hash
|
||||
@ -75,6 +75,6 @@
|
||||
closeSearchMenu=@closeSearchMenu
|
||||
}}
|
||||
/>
|
||||
{{/unless}}
|
||||
</div>
|
||||
</div>
|
||||
</ConditionalLoadingSection>
|
||||
{{/if}}
|
Loading…
Reference in New Issue
Block a user