So here is the old version from angular 9 which functions properly.
https://stackblitz.com/edit/two-drop-list-problem-zp556d?file=package.json
new version angular 14:
In the new version the dragged object jumps across the window when the mouse is released. I've tried removing sorting and disabling on drop, but I'm not quite sure what to do at this point.
original post here: Angular Drag and Drop absolute position elements selecting wrong index
