Skip to content

Conversation

@aparzi
Copy link

@aparzi aparzi commented Dec 11, 2025

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 #16671

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 angular#16671
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CDK Drag Drop issues with nested lists

1 participant