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

Stacking 3 pages #1

Open
danieldoglas opened this issue Jun 1, 2016 · 0 comments
Open

Stacking 3 pages #1

danieldoglas opened this issue Jun 1, 2016 · 0 comments

Comments

@danieldoglas
Copy link

danieldoglas commented Jun 1, 2016

Hi!

There's a little error when you have three stacked pages. If you open the menu and navigate to the second one, then open the menu again, the current page will be over the stacking pages :(

You can correct it changing line 201 to:

nextStackPageIdx_2 = current + 2 < pagesTotal ? current + 2 : ((current + 2) % pagesTotal),

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

1 participant