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
Currently in ComfyUI, mouse down with a 1 pixel move is considered as a mouse drag action, this causes unintentional mouse drag action for example unintentional value change when clicking on a value slider if the mouse down is not precise enough with zero pixel move. This is especially difficult to avoid when using a tablet input device such as a Wacom tablet.
I would suggest to have a mouse drag threshold implemented, which can be defaulted to 3 pixels mouse down movement before the mousedown is considered as a mouse drag action. The drag threshold value in pixels should be exposed to user in the Settings panel.
Hope to see this implemented. Thanks.
Existing Solutions
No response
Other
No response
The text was updated successfully, but these errors were encountered:
Original Issuie: comfyanonymous/ComfyUI#4074
Feature Idea
Currently in ComfyUI, mouse down with a 1 pixel move is considered as a mouse drag action, this causes unintentional mouse drag action for example unintentional value change when clicking on a value slider if the mouse down is not precise enough with zero pixel move. This is especially difficult to avoid when using a tablet input device such as a Wacom tablet.
I would suggest to have a mouse drag threshold implemented, which can be defaulted to 3 pixels mouse down movement before the mousedown is considered as a mouse drag action. The drag threshold value in pixels should be exposed to user in the Settings panel.
Hope to see this implemented. Thanks.
Existing Solutions
No response
Other
No response
The text was updated successfully, but these errors were encountered: