misc styling (actual commit)

This commit is contained in:
Mashy
2019-11-22 00:18:17 +10:00
parent 4d3a837d47
commit 0722b194b0
6 changed files with 18 additions and 44 deletions
+1
View File
@@ -25,6 +25,7 @@ function inventoryElement(props) {
function inventoryClick(e) {
e.stopPropagation();
if (itemUnequip.length) return sendItemUnequip(itemUnequip);
if (vboxSelecting) return vboxBuySelected();
return true;
}