diff --git a/src/plugins/stepper/index.ts b/src/plugins/stepper/index.ts index f9ec177..0a75762 100644 --- a/src/plugins/stepper/index.ts +++ b/src/plugins/stepper/index.ts @@ -752,7 +752,9 @@ class HSStepper extends HSBasePlugin<{}> implements IStepper { this.unsetCompleted(); this.isCompleted = false; + this.showSkipButton(); this.setCurrentNavItem(); + this.setCurrentContentItem(); this.showFinishButton(); this.showCompleteStepButton(); this.checkForTheFirstStep();