File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -40,7 +40,7 @@ class Progress {
|
40 | 40 | this.set(defaultValue)
|
41 | 41 | }
|
42 | 42 | public syncProgress = (progress: T.Progress): T.Progress => {
|
43 |
| -const next = { ...this.value, ...progress } |
| 43 | +const next = { ...this.value, ...progress, complete: this.value.complete } |
44 | 44 | return this.set(next)
|
45 | 45 | }
|
46 | 46 | public setStepComplete = (tutorial: TT.Tutorial, stepId: string): T.Progress => {
|
|
You can’t perform that action at this time.
0 commit comments