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
When you set a brightness slider and connect it to a picker, the color picker doesn't respond to slider update, unless the user starts dragging the handle.
To avoid this unexpected behaviour I suggest to set colorPicker.currentHandle = colorPicker.handles.last when a handle is added to the picker.
The text was updated successfully, but these errors were encountered:
When you set a brightness slider and connect it to a picker, the color picker doesn't respond to slider update, unless the user starts dragging the handle.
To avoid this unexpected behaviour I suggest to set
colorPicker.currentHandle = colorPicker.handles.last
when a handle is added to the picker.The text was updated successfully, but these errors were encountered: