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 the "OnSliderMouseDown" event, the state is set to "pending : true" regardless of if snapDragDisabled is true or false. I am new to React so I might be missing something, but to me this doesn't make sense. If snapDragDisabled is true, then clicking on the slider shouldn't affect the internal state. Therefore, it shouldn't restrict the outside state from updating the component when the slider is clicked.
Screenshot
The text was updated successfully, but these errors were encountered:
Description
In the "OnSliderMouseDown" event, the state is set to "pending : true" regardless of if snapDragDisabled is true or false. I am new to React so I might be missing something, but to me this doesn't make sense. If snapDragDisabled is true, then clicking on the slider shouldn't affect the internal state. Therefore, it shouldn't restrict the outside state from updating the component when the slider is clicked.
Screenshot
The text was updated successfully, but these errors were encountered: