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
299 stars 117 forks source link

Fix a bug where interacting more than 2 times in 100 milliseconds lea… #163

Open Elytes opened 7 months ago

Elytes commented 7 months ago

…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

adam-drozdz-ie commented 3 weeks ago

Why is this not merged? The lib is basically broken without this fix

Elytes commented 3 weeks ago

Why is this not merged? The lib is basically broken without this fix

The repository owner seems inactive rn 🫤