marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

dnd-nodrag gets attribute draggable="true" rather than draggable="false" #476

Open ghost opened 6 years ago

ghost commented 6 years ago

It seems to me like a nodrag element should get draggable="false". Is there a reason this isn't the case?

I'm finding that this proves difficult when using a polyfill for touch devices.