Commit f122cc5
committed
fix(cdk/drag-drop): Support for nested drop containers
Fixes a two issues:
- The first fixed issue is that the elements of
cdkDropListConnectedTo previously had to be ordered correctly to support moving items into an
inner drop container. Sepcifically, inner drop containers had to be listed before their outer
ancestors.
- The second fixed issue is that items of an inner container could not be re-ordered
without moving the item out of the container and then back in.
Fixes #166711 parent ebb1c17 commit f122cc5
1 file changed
+560
-222
lines changed
0 commit comments