Skip to content

Commit

Permalink
Fix order of actions for freeze navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1m0n committed Nov 6, 2024
1 parent b1d7def commit e1ac304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Experience/World/World.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,11 +919,11 @@ export default class World {
instance.resetChapter()
}

document.dispatchEvent(_e.EVENTS.CHAPTER_STARTED)

instance.experience.setAppView('chapter')

instance.setUpChapter()
document.dispatchEvent(_e.EVENTS.CHAPTER_STARTED)

instance.fetchBgMusic()
instance.fetchArchiveImage()

Expand Down

0 comments on commit e1ac304

Please sign in to comment.