react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

I'm having difficulty swaping items between two lists in a group.

Open JHCover opened this issue 4 years ago • 2 comments

The items will swap positions with each other if they're in the same list, but when I try to swap items, using the swap plugin, between two lists I get this error: NotFoundError: Node.insertBefore: Child to insert before is not a child of this node

here's an example: https://codesandbox.io/s/stupefied-bash-g3kww?file=/src/App.js

Am I doing something wrong or is this not possible at the moment?

JHCover avatar Mar 18 '21 03:03 JHCover

I also have a problem with Swap. It works incorrect between groups, but inside groups it works right. In console levels are right, but it renders wrong.

https://codesandbox.io/s/relaxed-wing-j49qd7?file=/src/App.js

Reg93 avatar Oct 06 '23 08:10 Reg93