fix previous slide navigation logic (closes #397)
This commit is contained in:
parent
5181f6e17f
commit
3f8f146466
2 changed files with 3 additions and 3 deletions
|
@ -1627,7 +1627,7 @@ var Reveal = (function(){
|
|||
if( previousSlide ) {
|
||||
indexv = ( previousSlide.querySelectorAll( 'section' ).length + 1 ) || undefined;
|
||||
indexh --;
|
||||
slide();
|
||||
slide( indexh, indexv );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue