-
Notifications
You must be signed in to change notification settings - Fork 99
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
[BUG] isLastItemVisible is wrong #164
Labels
bug
Something isn't working
Comments
|
Library version: 2.3.3 I will show you demo later. |
https://codesandbox.io/s/trt9x?file=/src/arrows.tsx
|
hasakilol
changed the title
[BUG] isLastItemVisible is always true
[BUG] isLastItemVisible is wrong
Oct 12, 2021
asmyshlyaev177
added a commit
that referenced
this issue
Oct 12, 2021
Confirmed, thanks! |
asmyshlyaev177
pushed a commit
that referenced
this issue
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I resize browser window, some items will be invisible. isItemVisible returns the correct value: false, however isLastItemVisible is always true.
Expected behavior
isLastItemVisible should return false, too.
Let me re-describle the bug because the former description is not correct:
When I add a new item, isLastItemVisible returns wrong value.
The text was updated successfully, but these errors were encountered: