8000
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 04af798 commit e1219ccCopy full SHA for e1219cc
src/state/machine.ts
@@ -71,10 +71,12 @@ export const machine = (dispatch: CR.EditorDispatch) =>
71
after: {
72
0: [{
73
target: 'Stage',
74
+ internal: true,
75
cond: 'hasNextStep',
76
},
77
{
78
79
+ internal: false,
80
cond: 'hasNextStage',
81
82
@@ -101,7 +103,7 @@ export const machine = (dispatch: CR.EditorDispatch) =>
101
103
102
104
105
Stage: {
- onEntry: ['loadStage'],
106
+ onEntry: ['loadStage', 'stepLoadCommits'],
107
initial: 'Normal',
108
states: {
109
Normal: {
0 commit comments