From f3d14673bb542904c672dc96ae92556c4199ed42 Mon Sep 17 00:00:00 2001 From: Tentacule23 Date: Sun, 14 Nov 2021 13:25:16 -0500 Subject: [PATCH] tutorial_previous_fix Tentacule23 --- .../Education/UI/Spaces/Tutorial-Space/TutorialSpace.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js b/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js index 97aafa172e..6acb8a60a1 100644 --- a/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js +++ b/Projects/Education/UI/Spaces/Tutorial-Space/TutorialSpace.js @@ -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 @@ -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' @@ -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'