Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(list): fixes dragging nested list items (#7555)
**Related Issue:** #7540 ## Summary - Fixes parent and nested lists from competing with each other and setting dragEnabled on children - Only closest parent will now set the dragEnabled property on its direct children - The furthest parent will control setting `selectionMode` and `selectionAppearance` on all child items.
- Loading branch information