TL;DR
Put asteroid chunks at the end, so that adding and removing them doesn't make other items jump around.What?
I suggest moving all the asteroid chunks the bottom of the hub inventory list. When using the hub to store them, the locations of every item sorted after them in the inventory are constantly jumping around, which interferes with selecting items to be dropped to the surface.Edit: A more general solution that would work even for mods that add new chunks, would be to sort in decreasing order of stack size. I want to change my suggestion to that.
Why?
I can solve the problem myself for every other item type that I put in and take out of the hub. For example, instead of using circuits to keep 250 iron ore in the hub, I configure it for 225, so the normal in/out traffic while at the desired level does not affect the number of stacks.But since asteroid chunks only stack to 1, there's nothing we can do. Unless storing chunks in the hub is a weird technique that's not meant to be used, this or some other solution should be implemented.