svelte-drag-and-drop-actions
svelte-drag-and-drop-actions copied to clipboard
HTML5 Drag-and-Drop implemented as Svelte actions
Hi, what's the current recommended way of passing a json structure in a droppable? Is it through DataToOffer passing the structure in stringified format like this: ```javascript use:asDroppable={{ Extras: "Text",...
Firefox has a problem with the draggable attribute. So these examples below and some others do not work on Firefox. [click](https://svelte.dev/repl/6e98523988f54335bf2e2307e79b4173?version=4.2.2) [click](https://svelte.dev/repl/70d99ffcd0494eac871e5ce68198bd4d?version=4.2.2) FF version 118.0.2 (64-bit)
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...