Skip to content

Commit

Permalink
tutorial_previous_fix Tentacule23
Browse files Browse the repository at this point in the history
  • Loading branch information
Tentacule23 committed Nov 14, 2021
1 parent 889c5c4 commit f3d1467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ function newEducationTutorialSpace() {
function resumeTutorial(node) {
if (UI.projects.foundations.spaces.designSpace.workspace.isInitialized !== true) { return }
//Testing if removing the navigationStack reset here fixes the tutorial resume issues
navigationStack = []
//navigationStack = []
node.payload.uiObject.isPlaying = true
tutorialRootNode = node
currentNode = node
Expand All @@ -1028,7 +1028,7 @@ function newEducationTutorialSpace() {

function resumeTutorialTopic(node) {
//Testing if removing the navigationStack reset here fixes the tutorial resume issues
navigationStack = []
//navigationStack = []
currentTopicNode = node
currentNode = node
currentStatus = 'Playing Topic'
Expand All @@ -1049,7 +1049,7 @@ function newEducationTutorialSpace() {

function resumeTutorialStep(node) {
//Testing if removing the navigationStack reset here fixes the tutorial resume issues
navigationStack = []
//navigationStack = []
currentStepNode = node
currentNode = node
currentStatus = 'Playing Step'
Expand Down

0 comments on commit f3d1467

Please sign in to comment.