misc styling (actual commit)
This commit is contained in:
@@ -25,6 +25,7 @@ function inventoryElement(props) {
|
||||
function inventoryClick(e) {
|
||||
e.stopPropagation();
|
||||
if (itemUnequip.length) return sendItemUnequip(itemUnequip);
|
||||
if (vboxSelecting) return vboxBuySelected();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user