Dragging items from one list to another list where both list are in the same shadow roots does not work.
Reproduction
Steps to re-create:
This is because of the condition check "elementFromPoint === nativeElement || nativeElement.contains(elementFromPoint)" in the method _canReceive : https://github.com/angular/components/blob/master/src/cdk/drag-drop/drop-list-ref.ts#L834
Dragging items from one list to another list where both list are in the same shadow roots does not work.
Reproduction
Steps to re-create:
This is because of the condition check "elementFromPoint === nativeElement || nativeElement.contains(elementFromPoint)" in the method _canReceive : https://github.com/angular/components/blob/master/src/cdk/drag-drop/drop-list-ref.ts#L834