Skip to content

Commit

Permalink
Merge pull request #2634 from Tentacule23/develop
Browse files Browse the repository at this point in the history
Contribution: tutorial_previous_fix Tentacule23
  • Loading branch information
Luis-Fernando-Molina authored Nov 14, 2021
2 parents 856f833 + f3d1467 commit bbf19a9
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 bbf19a9

Please sign in to comment.