Closed
Description
Reproduction
Stackblitz link:
https://stackblitz.com/edit/angular-ivy-mvaic6
Steps to reproduce:
- Create 2 separate cdkDropLists
- Put a cdkDrag element in one of the lists
- Connect the lists using cdkDropListConnectedTo
- On both lists, attach a console.log to cdkDropListDropped, with different logged text for each container
- Drag the cdkDrag element from its origin cdkDropList to the other cdkDropList
Expected Behavior
The destination cdkDropList runs the console.log
Actual Behavior
The source cdkDropList runs the console.log
Environment
- Angular: 10.0.1
- CDK: 10.0.0, 9.2.4, and 8.2.3
- Browser(s): Chrome and Edge