Skip to content

Commit ec36d42

Browse files
committed
fix(drag-drop): avoid interfering with element clicks
Resolves a long-standing TODO about starting the drag&drop sequence after the user has dragged over a certain amount of pixels, rather than starting it immediately on `mousedown`/`touchstart`. This prevents random clicks and taps on the element from being interpreted as dragging and avoids potentially interrupting the native click events on children of `CdkDrag`.
1 parent 9ab2c90 commit ec36d42

File tree

3 files changed

+282
-151
lines changed

3 files changed

+282
-151
lines changed

0 commit comments

Comments
 (0)