svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

[InfiniteScroll] Issue detecting to additional items

Open techniq opened this issue 6 months ago • 0 comments

It appears there are 2 issues with InfiniteScroll

  • [ ] If after loading another page of results the full result set is still shown, it will not detect to load an additional page as the sentinel is still on the page
  • [x] It appears having a fixed height (ex. h-screen ) with overflow-auto is needed for the InspectionObserver to properly trigger. This might be caused by the root: node.parentElement

techniq avatar Aug 11 '24 19:08 techniq