reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

fix(DndDraggableDirective): Prevent dragend hook if disabled #150

Closed LcpMarvel closed 1 year ago

LcpMarvel commented 1 year ago

Make sure the dragend hook won't be called if disabled.

Tweniee commented 1 year ago

its not a big change we can proceed

LcpMarvel commented 1 year ago

its not a big change we can proceed

A problem is a problem, not big or small.

Tweniee commented 1 year ago

its not a big change we can proceed

A problem is a problem, not big or small.

true

ChristofFritz commented 1 year ago

I'll merge it but I'm curious when this would result in a problem