Open
Description
I saw you have added "shouldCopyOnOutsideDrop" prop to allow a node to copied if dragged to a different tree.
Can we allow copying node this on the same tree using Alt or Ctrl key press? And let users handle the unique index through getNodeKey props.
The library will treat that as a different node but for the user, it will be same.