mobile game styling fix
This commit is contained in:
@@ -108,12 +108,9 @@ class Vbox extends preact.Component {
|
||||
player,
|
||||
tutorial,
|
||||
instance,
|
||||
|
||||
vboxCombiner,
|
||||
vboxHighlight,
|
||||
vboxInfo,
|
||||
vboxSelected,
|
||||
|
||||
// Static
|
||||
itemInfo,
|
||||
// Function Calls
|
||||
|
||||
@@ -191,6 +191,7 @@ function registerEvents(store) {
|
||||
store.dispatch(actions.setItemUnequip([]));
|
||||
store.dispatch(actions.setVboxCombiner(null));
|
||||
store.dispatch(actions.setVboxHighlight(null));
|
||||
store.dispatch(actions.setVboxInfo(null));
|
||||
store.dispatch(actions.setVboxSelected({ storeSelect: [], stashSelect: [] }));
|
||||
}
|
||||
|
||||
|
||||
@@ -206,6 +206,7 @@ function createSocket(events) {
|
||||
|
||||
function clearTutorial(instanceId) {
|
||||
events.clearTutorial();
|
||||
events.clearInstance();
|
||||
sendInstanceState(instanceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user