mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Category not updating below suggested topics
This commit is contained in:
@@ -154,7 +154,7 @@ const TopicView = Ember.View.extend(AddCategoryClass, AddArchetypeClass, Scrolli
|
||||
} else {
|
||||
return I18n.t("topic.read_more", opts);
|
||||
}
|
||||
}.property('topicTrackingState.messageCount')
|
||||
}.property('topicTrackingState.messageCount', 'controller.content.category')
|
||||
});
|
||||
|
||||
function highlight(postNumber) {
|
||||
|
||||
Reference in New Issue
Block a user