Skip to content

Commit 42ae908

Browse files
Scrollhandler is called after reset
1 parent e401afd commit 42ae908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/InfiniteLoading.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
this.isNoMore = false;
9898
this.isNoResults = false;
9999
this.scrollParent.addEventListener('scroll', this.scrollHandler);
100+
101+
this.scrollHandler();
100102
},
101103
},
102104
destroyed() {

0 commit comments

Comments
 (0)