FIX: Upward scrolling jumps
This commit is contained in:
parent
a2b70f64ca
commit
09155a9969
|
@ -11,7 +11,7 @@ Discourse.CloakedView = Discourse.View.extend({
|
||||||
|
|
||||||
init: function() {
|
init: function() {
|
||||||
this._super();
|
this._super();
|
||||||
this.set('style', 'height: ' + this.get('defaultHeight') + 'px');
|
this.uncloak();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue