svelte-drag-and-drop-actions icon indicating copy to clipboard operation
svelte-drag-and-drop-actions copied to clipboard

Dynamic Extras

Open adamnyberg opened this issue 2 years ago • 1 comments

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. 🙏🏻

adamnyberg avatar May 22 '23 17:05 adamnyberg

have you tried my svelte-sortable-flat-list-view?

rozek avatar Jan 15 '24 09:01 rozek