asvd / dragscroll

micro library for drag-n-drop scrolling style
http://asvd.github.io/dragscroll/
MIT License
1.1k stars 166 forks source link

Disable drag-scrolling for specific child element #43

Open kubasto opened 6 years ago

kubasto commented 6 years ago

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.

rodrigoyoshida commented 5 years ago

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

Aryan001 commented 4 years ago

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?