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.
1 parent 4579c61 commit 109b5a0Copy full SHA for 109b5a0
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