From 3d34d3bbe25615d39c96e6ddac169a1221f32d49 Mon Sep 17 00:00:00 2001 From: Mashy Date: Fri, 29 Nov 2019 12:55:01 +1000 Subject: [PATCH] keep item fadeout while full combo is selected --- client/src/components/vbox.utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/vbox.utils.jsx b/client/src/components/vbox.utils.jsx index 030d308e..4a4a90d1 100644 --- a/client/src/components/vbox.utils.jsx +++ b/client/src/components/vbox.utils.jsx @@ -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) {