Infinite scroll now provokes stream refresh
This commit is contained in:
parent
1df4e76f36
commit
a7d05756db
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
this.globalSubscribe("stream/reloaded", function() {
|
this.globalSubscribe("stream/reloaded stream/scrolled", function() {
|
||||||
self.publish("widget/ready", self.stream);
|
self.publish("widget/ready", self.stream);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue