diff --git a/js/reveal.js b/js/reveal.js index ce3e8a1..dab040c 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -4555,6 +4555,11 @@ } } + if ( horizontalSlides.length > 1 && config.navigationMode === 'linear' ) { + routes.right = routes.right || routes.down; + routes.left = routes.left || routes.up; + } + // Reverse horizontal controls for rtl if( config.rtl ) { var left = routes.left;