tutorial text, vbox hover inventory

This commit is contained in:
Mashy
2019-10-30 13:17:06 +10:00
parent 39be7b952f
commit 0009e1fb5b
2 changed files with 29 additions and 21 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ class Vbox extends preact.Component {
return true;
}
const inventoryHover = vbox.bound.length > 1 ? false : e => hoverInfo(e, 'inventory');
const inventoryHover = vbox.bound.length > 1 || vboxSelected[0] ? false : e => hoverInfo(e, 'inventory');
return (
<div class={inventoryClass}