solid-dnd
solid-dnd copied to clipboard
Placeholder at the beginning of a drag
What I need:

What I have:

Hello, I have the task of sorting elements on a page. I use Sortable, and Sortable has a preview only for where to put it, but not where the item is taken from. How can I implement this?
Interesting. My guess would be to have a standin element for the source placeholder (like another preview) and make the transform a noop.
I'll see if I can work up an example some time.