prevent additional inaccurate showSlide calls
This commit is contained in:
		| @@ -2146,7 +2146,7 @@ | |||||||
| 			distanceX, | 			distanceX, | ||||||
| 			distanceY; | 			distanceY; | ||||||
|  |  | ||||||
| 		if( horizontalSlidesLength ) { | 		if( horizontalSlidesLength && typeof indexh !== 'undefined' ) { | ||||||
|  |  | ||||||
| 			// The number of steps away from the present slide that will | 			// The number of steps away from the present slide that will | ||||||
| 			// be visible | 			// be visible | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user