keep item fadeout while full combo is selected

This commit is contained in:
Mashy 2019-11-29 12:55:01 +10:00
parent 798b68cff1
commit 3d34d3bbe2

View File

@ -66,7 +66,7 @@ function setVboxState(dispatch, vboxSelected, state) {
dispatch(actions.setVboxInfo(vboxInfo()));
dispatch(actions.setVboxCombiner(vboxCombiner));
dispatch(actions.setVboxHighlight(vboxHighlight.length ? vboxHighlight : null));
dispatch(actions.setVboxHighlight(vboxHighlight));
}
function genItemInfo(item, itemInfo, player) {