remove available route changes #2416

This commit is contained in:
Hakim El Hattab 2019-06-10 07:13:54 +02:00
parent 51e8da5d9a
commit bba760e549
1 changed files with 4 additions and 9 deletions

View File

@ -3951,11 +3951,6 @@
}
}
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;