mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Render the bottom topic map only if all posts are loaded (#28078)
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
/>
|
||||
</div>
|
||||
|
||||
{{#if this.showBottomTopicMap}}
|
||||
{{#if (and this.showBottomTopicMap this.loadedAllPosts)}}
|
||||
<div class="topic-map --bottom">
|
||||
<TopicMap
|
||||
@model={{this.model}}
|
||||
|
||||
Reference in New Issue
Block a user