Skip to content
Prev Previous commit
Next Next commit
Reset the end on change of filter
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 13, 2018
commit 28d0e1ac6672a6a5798db4fb6e65d600e564e25a
1 change: 1 addition & 0 deletions js-src/components/root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
this.lastGivenId = 0;
this.firstKnownId = 0;
this.ignoreScroll = 0;
this.reachedEnd = false;
this.loadActivities();
},

Expand Down