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 am using this code below, but it only works to go from slide 1 to 2 on click. It also shows some odd behaviour, as it always goes to page 1 when you click any < and to page 2 when you click any >
Any ideas what might be wrong? Swiping works fine. The click event fires, as the console logs the event.
Anyway, I appreciate any suggestions...
I had a similar problem. It seems like the newest dragend.js file in the respository is not the same as the one that is used in the examples. I don´t know what have changed exactly but copying the dragend.js file that is referenced in the examples made it work for me.
I just commented line 876. Not sure if that messes up something else, but it works for me. if ( instance ) { //instance.updateInstance( settings ); } else {
I am using this code below, but it only works to go from slide 1 to 2 on click. It also shows some odd behaviour, as it always goes to page 1 when you click any < and to page 2 when you click any >
Any ideas what might be wrong? Swiping works fine. The click event fires, as the console logs the event.
Anyway, I appreciate any suggestions...
The text was updated successfully, but these errors were encountered: