tutorial text, vbox hover inventory
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user