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
Function in option "beforeMove" works twice. I mean, if you write beforeMove: function(index) { console.log("hello")}
you'll see the word "hello" twice in console after one scrolling. How to fix it?
The text was updated successfully, but these errors were encountered:
Function in option "beforeMove" works twice. I mean, if you write
beforeMove: function(index) { console.log("hello")}
you'll see the word "hello" twice in console after one scrolling. How to fix it?
The text was updated successfully, but these errors were encountered: