atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.38k stars 2.57k forks source link

Remove Draggable from Parent while Maintaining Draggable Child in react-beautiful-dnd #1596

Open ghost opened 5 years ago

ghost commented 5 years ago

Description

Topic: Remove Draggable from Parent while Maintaining Draggable Child in react-beautiful-dnd

User Scenario:

  1. User see components panel uY9jDV

  2. User moves a component DdLQAJ

Issue:

  1. Other child components are also moved around, instead they should be static and don't move.
  2. No Copy of Item is displayed.. so user might think the components can only be used once.

Any tips?

EdmundsEcho commented 3 years ago

I suspect this issues/feature request can be related to #216 where a copy of the dragged item is created to avoid changing the source items. It's slightly different in that this issue describes changing the parent, notwithstanding, I suspect the majority of the intent is captured in the quoted issue.