1 questions from the last 365 days
-1
votes
1
answer
62
views
Angular CdkDropList with display: none does not recognise cdkDropListDropped event
I'm have an issue trying to move an item to a cdkDropList which i change from display : none to display : block.
I have two lists - the #firsstList allows elements to be moved to #secondList but not ...