do not sort the terminal while holding shift
rlnt opened this issue ยท 1 comments
Describe the feature
If you open any terminal that shows stored items sorted by amount, do not re-sort the items by their amount while the user is holding shift.
Reasons why it should be considered
Many people prefer sorting items by amount. If you want to quickly grab a few stacks of a specific item, it's pretty annoying when the items resort after getting a stack and the amount falls below another item number. Re-sorting should be delayed until the shift key is released to avoid the replacement of items within the terminal.
Additional details
No response
Implemented through #6671