ngx-drag-drop
ngx-drag-drop copied to clipboard
Fix a bug where interacting more than 2 times in 100 milliseconds lea…
…d to a persistent "pointer-events" style If drag was stopped for any reason between the drag start and the timeout of 100 milliseconds, the "pointer-events" style was persisting indefinitely. To fix this bug, we just need to check if we are still dragging the element when the timeout is called. Related to #156
Why is this not merged? The lib is basically broken without this fix
Why is this not merged? The lib is basically broken without this fix
The repository owner seems inactive rn 🫤
@reppners @ChristofFritz Can you please merge this with priority, this library is effectively broken without these fixes. Also see https://github.com/reppners/ngx-drag-drop/pull/162
I'll merge it later today
Merged and published as 18.0.1