mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 06:29:30 +08:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
|
export default Ember.View.extend(Discourse.ScrollTop, {
|
||
|
_scrollOnModelChange: function() {
|
||
|
this._scrollTop();
|
||
|
}.observes('controller.model.id')
|
||
|
});
|