We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b4b8f2 + 0ba1149 commit 68f64a0Copy full SHA for 68f64a0
1 file changed
src/hocs/copilot.js
@@ -140,7 +140,7 @@ const copilot = ({
140
requestAnimationFrame(() => this.start(fromStep));
141
} else {
142
this.eventEmitter.emit('start');
143
- await this.setCurrentStep(currentStep, false);
+ await this.setCurrentStep(currentStep);
144
await this.moveToCurrentStep();
145
await this.setVisibility(true);
146
this.startTries = 0;
0 commit comments