scorm-again 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10776,12 +10776,6 @@ class TerminationHandler {
10776
10776
  }
10777
10777
  }
10778
10778
  } while (processedExit);
10779
- if (!hasSequencingRequest && !postConditionResult.sequencingRequest) {
10780
- const current = this.activityTree.currentActivity || currentActivity;
10781
- if (current.parent) {
10782
- this.activityTree.setCurrentActivityWithoutActivation(current.parent);
10783
- }
10784
- }
10785
10779
  return {
10786
10780
  terminationRequest: SequencingRequestType.EXIT,
10787
10781
  sequencingRequest: postConditionResult.sequencingRequest,