mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Not highlighting posts when entering a topic
This commit is contained in:
parent
c15f78f9c9
commit
1d74e3c663
2
vendor/assets/javascripts/ember-cloaking.js
vendored
2
vendor/assets/javascripts/ember-cloaking.js
vendored
@ -318,7 +318,7 @@
|
|||||||
this._childViews.clear();
|
this._childViews.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this._elementCreated || this._scheduled) return;
|
if (this._scheduled) return;
|
||||||
this._scheduled = true;
|
this._scheduled = true;
|
||||||
this.set('_containedView', cv);
|
this.set('_containedView', cv);
|
||||||
Ember.run.schedule('render', this, this.updateChildView);
|
Ember.run.schedule('render', this, this.updateChildView);
|
||||||
|
Loading…
Reference in New Issue
Block a user