atampy25 / simple-mod-framework

GNU Lesser General Public License v3.0
53 stars 37 forks source link

Drag & Drop doesn't insert dropped mod #715

Closed VoodooHillbilly closed 4 months ago

VoodooHillbilly commented 4 months ago

When trying to move a mod in the load order using drag & drop, SMF will only swap the positions of the original dragged mod and the mod it's been dropped nearest.

Following standard drag & drop functions, SMF should insert the dragged mod between the two mods it's been dropped nearest.

atampy25 commented 4 months ago

This is intended behaviour for SMF v2 and will not be changed, but is already improved in v3.

VoodooHillbilly commented 4 months ago

That's the intended behavior? Why?

atampy25 commented 4 months ago

SMF doesn't actually manage its drag and drop functionality, a Svelte component I didn't make does.

VoodooHillbilly commented 4 months ago

Oh that's unfortunate. Glad to hear it'll be improved in v3.