mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 06:59:06 +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…
x
Reference in New Issue
Block a user