mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
FIX: Render the bottom topic map only if all posts are loaded (#28078)
This commit is contained in:
parent
f7d1b9cf67
commit
40bc0bcf98
|
@ -211,7 +211,7 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
{{#if this.showBottomTopicMap}}
|
||||
{{#if (and this.showBottomTopicMap this.loadedAllPosts)}}
|
||||
<div class="topic-map --bottom">
|
||||
<TopicMap
|
||||
@model={{this.model}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user