Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(infinite list): add throttling to scroll listener #2948

Merged
merged 23 commits into from Dec 1, 2021

Conversation

evtkhvch
Copy link
Contributor

@evtkhvch evtkhvch commented Nov 18, 2021

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Closes #2936

Changes

  • add throttleTime property which ignores subsequent source values for specified duration after scroll emits first value

BREAKING CHANGE:
NbScrollableContainerDimentions class renamed to NbScrollableContainerDimensions.

@evtkhvch evtkhvch marked this pull request as ready for review November 22, 2021 12:00
@evtkhvch evtkhvch changed the title fix(infinity-list): scroll listener issue fix(infinity-list): add throttling to scroll listener Nov 22, 2021
@evtkhvch evtkhvch requested a review from yggg November 22, 2021 12:03
@yggg yggg changed the title fix(infinity-list): add throttling to scroll listener fix(infinite list): add throttling to scroll listener Nov 22, 2021
@yggg yggg added this to the 9.0.0 milestone Nov 22, 2021
@yggg yggg merged commit 718dd0a into akveo:master Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite List getting into infinite loop
2 participants