Commit 3a8fb56
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 b4a89d5 commit 3a8fb56
4 files changed
Lines changed: 692 additions & 217 deletions
File tree
- src
- cdk/drag-drop
- directives
- dev-app/drag-drop
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
| |||
0 commit comments