FIX: Update ember-cloaking. Should fix some vanishing posts
This commit is contained in:
parent
539890afdf
commit
2842952a76
|
@ -191,6 +191,7 @@
|
||||||
$(window).bind('scroll.ember-cloak', onScrollMethod);
|
$(window).bind('scroll.ember-cloak', onScrollMethod);
|
||||||
this.addObserver('wrapperTop', self, onScrollMethod);
|
this.addObserver('wrapperTop', self, onScrollMethod);
|
||||||
this.addObserver('wrapperHeight', self, onScrollMethod);
|
this.addObserver('wrapperHeight', self, onScrollMethod);
|
||||||
|
this.addObserver('content.@each', self, onScrollMethod);
|
||||||
this.scrollTriggered();
|
this.scrollTriggered();
|
||||||
|
|
||||||
this.set('scrollingEnabled', true);
|
this.set('scrollingEnabled', true);
|
||||||
|
|
Loading…
Reference in New Issue