We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hypercubed
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: