Stackblitz to showcase issue: https://stackblitz.com/edit/angular-ivy-tzyvbe?file=src%2Fapp%2Fapp.component.html
I have a outer cdkDropListGroup, and inside two cdkDropLists.
The first cdkDropList also has two drop lists in it.
I want to be able to drop a cdkDrag item into the first cdkDropList but also into the nested cdkDropLists inside it if dropping into them.
You can see I'm logging the dropList you drop the item into and it is always the outer droplist id.
How can I drop inside nested droplists or is this even possible?