currently the drag and drop doesn’t actually reorder. I’m trying to make it so that if I drop something then everything pushes down one in the order.

E.g. If I drag item 5 and drop it into position 2, then current 2 becomes 3, 3 becomes 4, and so on.

In my other drag and drops each item had a specified initial starting order on entry but this drag and drop is reordering images for an image prompting tool, and there’s no categorical way to differentiate the inputs as it’s entirely user determined. Thus, I just went with the order being first is 1, 2nd is 2 and so on
(hence the order = RG - ImP Prioritize’s list of Prompt Blocks:last items order + 1). This part works, but then the order won’t change at all when I drag and drop the blocks?