ngx-drag-drop icon indicating copy to clipboard operation
ngx-drag-drop copied to clipboard

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

Open Elytes opened this issue 1 year ago • 2 comments

…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

Elytes avatar Dec 01 '23 03:12 Elytes

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

adam-drozdz-ie avatar Jun 05 '24 19:06 adam-drozdz-ie

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

The repository owner seems inactive rn 🫤

Elytes avatar Jun 05 '24 19:06 Elytes

@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

SeraphCoding avatar Jul 12 '24 07:07 SeraphCoding

I'll merge it later today

ChristofFritz avatar Jul 12 '24 07:07 ChristofFritz

Merged and published as 18.0.1

ChristofFritz avatar Jul 14 '24 15:07 ChristofFritz