asvd / dragscroll

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

update nodrag #50

Closed VarPDev closed 1 year ago

VarPDev commented 5 years ago

Now you can add a nodrag attribute on an element that you want to no drag anymore. It is more powerful that nochilddrag, for example when you use a library of virtual scroller that add a wrapper, in this case you can't drag anymore with nochilddrag; insteand with add no drag on element that you want to no drag anymore work fine