Widgets that listen for drag events should also capture the pointer when dragging.
(Note that this is not true for widgets that do true drag-and-drop, but we don't have any of those. This only applies to widgets that self-drag, like sliders).
This includes:
- Color Plane
- Color Wheel
- Slider
- Scrollbar
- FeathersNumberInput (which has its own dragging handlers since it's built around a text input)
...or just search for observers that listen for DragStart.
@alice-i-cecile @kfc35
Widgets that listen for drag events should also capture the pointer when dragging.
(Note that this is not true for widgets that do true drag-and-drop, but we don't have any of those. This only applies to widgets that self-drag, like sliders).
This includes:
...or just search for observers that listen for DragStart.
@alice-i-cecile @kfc35