asvd/dragscroll

Disable drag-scrolling for specific child element

kubasto opened this issue · 2 comments

nochilddrag works great, but it affects every child element, and leaves just an empty space between them working.
Is there a way to exclude just a specific element from the grabbing area? It would be useful for inputs or other interactive elements.

I would appreciate having that feature too, but this package looks like is not maintained anymore, it was last commited in 2016.

I have a click event on a text inside drag-scroll component.I can see sometimes the event is not getting fired. Do anyone have any idea on this?