Skip to content

Updating items only updates on scroll #15

Open
@jamesbirtles

Description

@jamesbirtles

Trying to make an infinite scrolling list using this, but when at the bottom and I add more items, the list can't be scrolled further down without first scrolling back up.

When I comment out this line, it works perfectly

if (newStart === start && newEnd === end) return;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions