You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 🙏🏻
The text was updated successfully, but these errors were encountered:
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 intouse:asDroppable
. I made a full example of my problem in a svelte repl. Just let me know if the problem is unclear. 🙏🏻The text was updated successfully, but these errors were encountered: