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

fix setDragImage position #401

Open jpuffer opened 7 years ago

jpuffer commented 7 years ago

fixes jquery dependency in https://github.com/marceljuenemann/angular-drag-and-drop-lists/pull/245

jpuffer commented 7 years ago

@marceljuenemann can you review this?

krmannix commented 7 years ago

This PR fixes the reason I'm looking at other libraries. My dndHandle is right-adjusted, so my drag image appears offscreen. Would love to see this merged.