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
bxSlider freezes sometimes when clicking fast and changing slides. It is because the slider.working stays true and therefore nothing ever happens again.
I found that removing the else from this line fixes the issue. It ensures that the slider.working flag becomes false at the end, regardless of what happened with position.
Does that make sense?
The text was updated successfully, but these errors were encountered:
bxSlider freezes sometimes when clicking fast and changing slides. It is because the
slider.working
staystrue
and therefore nothing ever happens again.I found that removing the
else
from this line fixes the issue. It ensures that theslider.working
flag becomes false at the end, regardless of what happened withposition
.Does that make sense?
The text was updated successfully, but these errors were encountered: