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.
@@ -10996,12 +10996,6 @@ class TerminationHandler {
10996
10996
  }
10997
10997
  }
10998
10998
  } while (processedExit);
10999
- if (!hasSequencingRequest && !postConditionResult.sequencingRequest) {
11000
- const current = this.activityTree.currentActivity || currentActivity;
11001
- if (current.parent) {
11002
- this.activityTree.setCurrentActivityWithoutActivation(current.parent);
11003
- }
11004
- }
11005
10999
  return {
11006
11000
  terminationRequest: SequencingRequestType.EXIT,
11007
11001
  sequencingRequest: postConditionResult.sequencingRequest,