fix previous slide navigation logic (closes #397)
parent
5181f6e17f
commit
3f8f146466
|
@ -1627,7 +1627,7 @@ var Reveal = (function(){
|
||||||
if( previousSlide ) {
|
if( previousSlide ) {
|
||||||
indexv = ( previousSlide.querySelectorAll( 'section' ).length + 1 ) || undefined;
|
indexv = ( previousSlide.querySelectorAll( 'section' ).length + 1 ) || undefined;
|
||||||
indexh --;
|
indexh --;
|
||||||
slide();
|
slide( indexh, indexv );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue