Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop
This commit is contained in:
commit
d47a902a89
@ -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