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

drag and drop issue while using 2 components in angular #489

Open samruddhinangare opened 5 years ago

samruddhinangare commented 5 years ago

While drag and drop between 2 components, if the row is moved from right component to left. The entire wight of the row is visible while moving. Expected is that only the widht of the right component must be visible.