Skip to content

Commit

Permalink
Refine state storing guard
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Sep 22, 2023
1 parent 1d9875b commit 7224a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/components/mixins/main-initialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export default class MainInitialization {
reset(params = {}) {
this.params.jukebox.muteAll();
this.stageAttentionSeekerTimeout = null;
this.hasUserMadeProgress = false;

const globalParams = this.params.globals.get('params');
const previousState =
Expand Down

0 comments on commit 7224a2c

Please sign in to comment.