remove inventory hover text again, buff hybridblast / hastestrike dmg

This commit is contained in:
Mashy
2019-10-30 15:34:58 +10:00
parent 2c77d035bd
commit 31bfffab26
3 changed files with 4 additions and 5 deletions
-3
View File
@@ -404,12 +404,9 @@ class Vbox extends preact.Component {
return true;
}
const inventoryHover = vbox.bound.length > 1 || vboxSelected[0] ? false : e => hoverInfo(e, 'inventory');
return (
<div class={inventoryClass}
onMouseDown={inventoryClick}
onMouseOver={inventoryHover}
onClick={e => e.stopPropagation()}
style={vboxSelecting || (itemUnequip.length) ? { cursor: 'pointer' } : null}>
<div class="vbox-hdr">