svelte-drag-and-drop-actions
svelte-drag-and-drop-actions copied to clipboard
Dynamic Extras
Hi,
I think I have found a bug, or it's just me not understanding Svelte 😬
I'm trying to create a list where the items are both droppable and drop zone. When dropping, the items get reordered in the list. Unfortunately, this doesn't update the Extras injected into use:asDroppable. I made a full example of my problem in a svelte repl. Just let me know if the problem is unclear. 🙏🏻
have you tried my svelte-sortable-flat-list-view?