-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
[END] key bug #3007
Comments
Is this in a presentation with vertical slides? Any chance you could share a link to it? I tried out |
I found out that with loop=true, numbers larger than total slides will jump back around. That's why MAX_VALUE is not going to the last slide. |
might be something like this.
|
This has been fixed now. Shortcuts for jumping to the last slide now work correctly even if the presentation is looped. |
Pressing the [END] key should go to the last slide, but the current code doesn't work.
It won't go to my last slide (11) but to number 4. It seems like the number param is taken modulus to be the slide number.
reveal.js/js/controllers/keyboard.js
Line 338 in 90bbe8b
shift+➜ too,
reveal.js/js/controllers/keyboard.js
Line 299 in 90bbe8b
should be something like
The text was updated successfully, but these errors were encountered: