Skip to content

Commit

Permalink
chore: remove unused line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 28, 2024
1 parent 6e8c323 commit 6f4753a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/example-infinite-scroll-esm.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ <h4>Data Count</h4>
&& viewportElm.scrollTop > 0
&& Math.ceil(viewportElm.offsetHeight + args.scrollTop) >= args.scrollHeight
) {
const vpLeft = document.querySelector('.slick-viewport-top.slick-viewport-left');
scrollEndCalled = true;
handleOnScrollEnd();
}
Expand Down

0 comments on commit 6f4753a

Please sign in to comment.