Commit fce3142
committed
fix(DragDropSort): enable mobile drag-and-drop support
PointerSensor without an activationConstraint does not distinguish
drag intent from scroll intent on touch devices. Add a distance
constraint of 8px so the drag only activates after deliberate
pointer movement, enabling mobile support via the Pointer Events API.
Fixes #124151 parent 6b93dbd commit fce3142
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
0 commit comments