-
Couldn't load subscription status.
- Fork 138
Open
Labels
Description
[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
-
ngx-dnd version: 8.2.0, 9.0.0
-
Angular version: 12
-
Language: TypeScript
AliKholmatov