Added character creation dialog

This commit is contained in:
Stefan Zermatten
2018-10-11 16:39:55 +02:00
parent 4ac56a31de
commit d330e15dce
7 changed files with 358 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ if (window){
let state = event.state;
let numDialogs = store.state.dialogStack.dialogs.length;
if (_.isFinite(state.openDialogs) && numDialogs > state.openDialogs){
store.commit("popDialogStackMutation");
store.commit("popDialogStackMutation", store.state.dialogStack.currentResult);
}
};
}