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 goToNextSlide default param for RTL #802

Merged
merged 1 commit into from Jun 2, 2020
Merged

Conversation

cortinico
Copy link
Member

Consolidates the way how we check if we are at the last page (both on RTL or LTR). Currently the default parameter for goToNextSlide is wrong for RTL (as reported in #800 and won't work correctly.

Moreover we had the same bug in the keyboard management. I'm fixing it.

Fixes #800

@cortinico cortinico added the bug Issue/PR that is related to a bug in the library/infrastructure label Jun 1, 2020
@cortinico cortinico added this to the 6.1.0 milestone Jun 1, 2020
Copy link
Member

@paolorotolo paolorotolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paolorotolo
Copy link
Member

Okay, we could plan to publish a bugfix release soon

@paolorotolo paolorotolo merged commit 485bf57 into master Jun 2, 2020
@paolorotolo paolorotolo deleted the fix-800-goToNextSlide branch June 2, 2020 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue/PR that is related to a bug in the library/infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong default argument when RTL in goToNextSlide() method.
2 participants