asvd / dragscroll

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

Add disabledrag attr to pinpoint disable dragging. #35

Open ethaizone opened 7 years ago

ethaizone commented 7 years ago

I used nochilddrag but it not work when I press child element. I look into code that found you don't use closest so I add new attr. I think if I edit nochilddrag will cause side effect to another project so this new attr is solution.