Install dependencies and run the project:
git clone https://github.com/devmargooo/repro-svelte-dnd-action_issues_648.git
cd repro-svelte-dnd-action_issues_648
npm i
npm run dev
Drag an item using the "---" handle
Items should reorder
The dragged item disappears after the drag operation is completed.
Console error:
Uncaught TypeError: Cannot read properties of undefined (reading 'parentElement')
at keepOriginalElementInDom