ngx-drag-and-drop-lists
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
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'.
Facing the same issue, I've tried change the CSS adding "posistion: relative" and other "style solutions" but nothing works to me.