mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Don't use .@each dependant keys
This commit is contained in:
@@ -32,7 +32,7 @@ export default Ember.Component.extend({
|
||||
return this.get('order') === "op_likes";
|
||||
}.property('order'),
|
||||
|
||||
@observes('topics.@each')
|
||||
@observes('topics.[]')
|
||||
topicsAdded() {
|
||||
// special case so we don't keep scanning huge lists
|
||||
if (!this.get('lastVisitedTopic')) {
|
||||
|
||||
Reference in New Issue
Block a user