1
0
Эх сурвалжийг харах

* Control Arrows: Fix visibility bug in linear navigation mode

Zach DeCook 5 жил өмнө
parent
commit
0e5a4478d1
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      js/reveal.js

+ 5 - 0
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;