mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 19:46:55 +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>
|
</div>
|
||||||
|
|
||||||
{{#if this.showBottomTopicMap}}
|
{{#if (and this.showBottomTopicMap this.loadedAllPosts)}}
|
||||||
<div class="topic-map --bottom">
|
<div class="topic-map --bottom">
|
||||||
<TopicMap
|
<TopicMap
|
||||||
@model={{this.model}}
|
@model={{this.model}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user