You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found a bug when you click on the next button. If it's the last page of slides, you can click again and this block the navigation previous/next.
Here is the patch to fix it, line 614, replace this :
Hello,
I have found a bug when you click on the next button. If it's the last page of slides, you can click again and this block the navigation previous/next.
Here is the patch to fix it, line 614, replace this :
next_slide_number = slide_number_conversion_array[Math.ceil(current_slide_number / number_slides_visible)];
by this code :
Regards,
The text was updated successfully, but these errors were encountered: