Thanks to visit codestin.com Credit goes to github.com
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 4579c61 + 109b5a0 commit eb75621Copy full SHA for eb75621
src/channel/state/Progress.ts
@@ -40,7 +40,7 @@ class Progress {
40
this.set(defaultValue)
41
}
42
public syncProgress = (progress: T.Progress): T.Progress => {
43
- const next = { ...this.value, ...progress }
+ const next = { ...this.value, ...progress, complete: this.value.complete }
44
return this.set(next)
45
46
public setStepComplete = (tutorial: TT.Tutorial, stepId: string): T.Progress => {
0 commit comments