* Linear Navigation: Fix showing arrows when last slide has vertical children
parent
99c3498253
commit
c62f4c7cfb
|
@ -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
|
// Reverse horizontal controls for rtl
|
||||||
if( config.rtl ) {
|
if( config.rtl ) {
|
||||||
var left = routes.left;
|
var left = routes.left;
|
||||||
|
|
Loading…
Reference in New Issue