FIX: Not highlighting posts when entering a topic

This commit is contained in:
Robin Ward 2014-12-19 14:44:45 -05:00
parent c15f78f9c9
commit 1d74e3c663
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
this._childViews.clear();
}
if (!this._elementCreated || this._scheduled) return;
if (this._scheduled) return;
this._scheduled = true;
this.set('_containedView', cv);
Ember.run.schedule('render', this, this.updateChildView);