ngx-drag-and-drop-lists icon indicating copy to clipboard operation
ngx-drag-and-drop-lists copied to clipboard

when using dndHandle attribute inside dndNoDrag ,there is an issue that drag elements gets disappear when dragged outside the element containing div

Open albinjoseph1994 opened this issue 5 years ago • 1 comments

when using dndHandle attribute inside dndNoDrag ,there is an issue that drag elements gets disappear when dragged outside the element containing div.When inspected the html code,it is shown that li element ie, dragged get property 'display: none'.

albinjoseph1994 avatar Dec 31 '19 12:12 albinjoseph1994

Facing the same issue, I've tried change the CSS adding "posistion: relative" and other "style solutions" but nothing works to me.

JonathanDuclos avatar Jul 07 '21 16:07 JonathanDuclos