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

Commit4af1a24

Browse files
committed
fix commits loading on continue
1 parent89f98d6 commit4af1a24

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

‎typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export interface MachineStateSchema {
148148
Level:{}
149149
Stage:{
150150
states:{
151+
Load:{}
151152
Normal:{}
152153
TestRunning:{}
153154
TestPass:{}

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,16 @@ export const machine = Machine<CR.MachineContext, CR.MachineStateSchema, CR.Mach
105105
},
106106
},
107107
Stage:{
108-
id:'tutorial-stage',
109-
onEntry:['loadStage','loadStep'],
110-
initial:'Normal',
108+
initial:'Load',
111109
states:{
110+
Load:{
111+
onEntry:['loadStage','loadStep'],
112+
after:{
113+
0:'Normal'
114+
}
115+
},
112116
Normal:{
117+
id:'tutorial-stage',
113118
on:{
114119
TEST_RUNNING:'TestRunning',
115120
STEP_SOLUTION_LOAD:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp