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

New option to don't add placeholder element #497

Open real-artswan opened 5 years ago

real-artswan commented 5 years ago

Sometimes adding .dndPlaceholder { display: none; } is not enough. Some controls (e.g. dhtmlxScheduler in my case) are very sensitive to changes in their children elements.