fix vbox info / highlight state when interacting with constructs (unequip)
This commit is contained in:
parent
adff7ebefa
commit
4324615083
@ -60,6 +60,10 @@ const addState = connect(
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setItemUnequip(v) {
|
function setItemUnequip(v) {
|
||||||
|
const info = v.length ? v[1] : null;
|
||||||
|
dispatch(actions.setVboxInfo(info));
|
||||||
|
dispatch(actions.setVboxCombiner(null));
|
||||||
|
dispatch(actions.setVboxHighlight(false));
|
||||||
dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] }));
|
dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] }));
|
||||||
return dispatch(actions.setItemUnequip(v));
|
return dispatch(actions.setItemUnequip(v));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user