I want to copy item from A to B without hampering A at all. I am using copyArrayItem method for the same. When I am dragging item from a to B, then that item is getting removed from A before it is dropped into B. How can I prevent that behavior before dropping as cdkdragdrop is removing that item. This is happening after the (cdkDropListExited) event at A and before the (cdkDropListEntered) event at B.
For code I am referring stack blitz link : https://stackblitz.com/edit/angular-cdk-drag-drop?file=app%2Fcdk-drag-drop-connected-sorting-example.css,app%2Fcdk-drag-drop-connected-sorting-example.html