swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
575 stars 135 forks source link

ngxDragHandle not working with Angular 12 #198

Open ServerSports opened 3 years ago

ServerSports commented 3 years ago
[x] bug report => Search github for a similar issue or PR before submitting

Current behavior The directive ngxDragHandle isn't working correctly when use with ngxDragabble. The drag start always from any area of component.

Reproduction of the problem https://stackblitz.com/edit/angular-ivy-xhyubo?embed=1&file=src/app/app.component.html

Expected behavior Only must drag from ngxDragHandle element

Hypercubed commented 2 years ago

Verified there is an issue here, not related to the angular version FWICT, but seams to be an issue combining drag handles with drop zones.