clauderic / dnd-kit

The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
http://dndkit.com
MIT License
11.9k stars 602 forks source link

How to copy over items from one SortableContext to another? #1412

Open Ertuyo opened 1 month ago

Ertuyo commented 1 month ago

I have 2 SortableContext's in the same DndContext.

My Goal:

SortableContext 2 should contain a fixed set of items that cannot be rearranged within its own context, but can only be copied over to SortableContext 1.

How to achieve this?

Thanks!