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
In specific conditions the slider will get stuck between 2 sliders, this is caused because the Slider component will return and do nothing beside it resulting in a "stuck" state.
Overriding the onSliderDragDrop method and removing the following condition fixed it:
But we should probably rework this condition and maybe do a goTo or moveInstantly in that case.
The text was updated successfully, but these errors were encountered:
In specific conditions the slider will get stuck between 2 sliders, this is caused because the Slider component will
return
and do nothing beside it resulting in a "stuck" state.Overriding the
onSliderDragDrop
method and removing the following condition fixed it:But we should probably rework this condition and maybe do a
goTo
ormoveInstantly
in that case.The text was updated successfully, but these errors were encountered: