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

Infinite loop in SameWidthLayout calcItemTop #88

Closed
slavap opened this issue Mar 16, 2018 · 1 comment
Closed

Infinite loop in SameWidthLayout calcItemTop #88

slavap opened this issue Mar 16, 2018 · 1 comment

Comments

@slavap
Copy link

slavap commented Mar 16, 2018

const calcItemTop = (FilteredItems, cols, index) => {
    if (cols <= 0) return 0; // this line must be added to prevent infinite loop on window resize when container is not visible
@giotiskl
Copy link
Owner

giotiskl commented Jun 2, 2018

Solved in v1.3.5.

@giotiskl giotiskl closed this as completed Jun 2, 2018
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

No branches or pull requests

2 participants