mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-10 16:47:28 +02:00
* Linear Navigation: Fix showing arrows when last slide has vertical children
This commit is contained in:
@@ -3951,6 +3951,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
if( 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;
|
||||
|
Reference in New Issue
Block a user