Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5750bc2

Browse files
committed
sync progress on stage/tutorial complete
1 parent98498c5 commit5750bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎web-app/src/services/state/machine.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export const machine = Machine<CR.MachineContext, CR.MachineStateSchema, CR.Mach
159159
}
160160
},
161161
StageComplete:{
162+
onEntry:['syncProgress'],
162163
on:{
163164
STAGE_NEXT:'#tutorial-load-next',
164165
},
@@ -167,7 +168,7 @@ export const machine = Machine<CR.MachineContext, CR.MachineStateSchema, CR.Mach
167168
},
168169
Completed:{
169170
id:'completed-tutorial',
170-
onEntry:['userTutorialComplete'],
171+
onEntry:['syncProgress','userTutorialComplete'],
171172
on:{
172173
SELECT_TUTORIAL:{
173174
target:'#start-new-tutorial',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp