How to have Sortable placeholder always in starting list while dragging outside any list
Let's suppose I have some lists connected with Sortable.
I want to achieve this kind of behavior: when I'm moving an item, dragging it in an html region out of any of those lists, I want the placeholder always to be shown on starting list. Even if I dragged over another list (but not dropped).
I'm asking this because, at the time, the placeholder is always placed inside the last dragged over list. Even if I release the drag outside of it.
In that case the item should be returned to starting list.