Ertuyo
Ertuyo
I map `Step` components like this: ``` {steps.map((step, currentStepIndex) => ( ))} ``` The `step` variable is a class containing some custom variables. Based on these variables, I want to...
Is it possible to remove the active sortable item by pressing a key (backspace for example)? Thanks!
I have 2 SortableContext's in the same DndContext. My Goal: - I need to be able to copy over items from `SortableContext 2` to `SortableContext 1` (using drag & drop)...