FIX: ensures spinner is showing on tags/show when loading more (#7876)
Context: https://meta.discourse.org/t/issue-while-scrolling-down-after-selecting-a-tag-on-the-home-page/122542
This commit is contained in:
parent
142344e45d
commit
bd35a8f334
|
@ -52,8 +52,6 @@
|
|||
<div class="row">
|
||||
<div class="full-width">
|
||||
<div id='list-area'>
|
||||
{{conditional-loading-spinner condition=loading}}
|
||||
|
||||
{{#unless loading}}
|
||||
{{#if list.topics}}
|
||||
{{#discovery-topics-list model=list refresh=(action "refresh")}}
|
||||
|
@ -78,6 +76,8 @@
|
|||
</footer>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
||||
{{conditional-loading-spinner condition=list.loadingMore}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue