remove available route changes #2416
This commit is contained in:
parent
51e8da5d9a
commit
bba760e549
1 changed files with 4 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue