Sensors pick up native browser events and translates them to drag:start
, drag:move
and drag:stop
events. Sensors abstract the browser API away for Draggable, so it's easier to focus on DnD operations.
Sensors pick up native browser events and translates them to drag:start
, drag:move
and drag:stop
events. Sensors abstract the browser API away for Draggable, so it's easier to focus on DnD operations.