Mark the last item stored in storage for smart-equip (#22236)
* mark the last item stored in grid inventory * shift
This commit is contained in:
@@ -75,11 +75,11 @@ public sealed class StorageUIController : UIController, IOnSystemChanged<Storage
|
||||
if (_container == null)
|
||||
return;
|
||||
|
||||
_container.UpdateContainer(nullEnt);
|
||||
|
||||
if (IsDragging)
|
||||
_menuDragHelper.EndDrag();
|
||||
|
||||
_container.UpdateContainer(nullEnt);
|
||||
|
||||
if (nullEnt is not null)
|
||||
{
|
||||
// center it if we knock it off screen somehow.
|
||||
|
||||
Reference in New Issue
Block a user