FIX: Category not updating below suggested topics
This commit is contained in:
parent
5a15c4997c
commit
82ef27bb79
|
@ -154,7 +154,7 @@ const TopicView = Ember.View.extend(AddCategoryClass, AddArchetypeClass, Scrolli
|
||||||
} else {
|
} else {
|
||||||
return I18n.t("topic.read_more", opts);
|
return I18n.t("topic.read_more", opts);
|
||||||
}
|
}
|
||||||
}.property('topicTrackingState.messageCount')
|
}.property('topicTrackingState.messageCount', 'controller.content.category')
|
||||||
});
|
});
|
||||||
|
|
||||||
function highlight(postNumber) {
|
function highlight(postNumber) {
|
||||||
|
|
Loading…
Reference in New Issue