keep item fadeout while full combo is selected
This commit is contained in:
parent
798b68cff1
commit
3d34d3bbe2
@ -66,7 +66,7 @@ function setVboxState(dispatch, vboxSelected, state) {
|
|||||||
|
|
||||||
dispatch(actions.setVboxInfo(vboxInfo()));
|
dispatch(actions.setVboxInfo(vboxInfo()));
|
||||||
dispatch(actions.setVboxCombiner(vboxCombiner));
|
dispatch(actions.setVboxCombiner(vboxCombiner));
|
||||||
dispatch(actions.setVboxHighlight(vboxHighlight.length ? vboxHighlight : null));
|
dispatch(actions.setVboxHighlight(vboxHighlight));
|
||||||
}
|
}
|
||||||
|
|
||||||
function genItemInfo(item, itemInfo, player) {
|
function genItemInfo(item, itemInfo, player) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user