Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[scrollable] Arrow inssues with 2 scrollable items #20

@irineujunior

Description

@irineujunior

Hi, Im from Brazil
If i use only 2 scrollable items the arrow didnt work properly.
I fixed this replacing
...!c.circular&&a.getSize()>2&&a.onBeforeSeek...

by
...!c.circular&&a.getSize()>=2&&a.onBeforeSeek...

I hope it helps =)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions