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 de52586 commit bd26ef2Copy full SHA for bd26ef2
web/src/store/reducers.ts
@@ -94,8 +94,8 @@ const reducers = {
94
[ActionType.EVAL_EVENT]: (s: StatusState, a: Action<EvalEvent>) => ({
95
lastError: null,
96
loading: false,
97
- running: true,
98
dirty: true,
+ running: s.running,
99
events: s.events ? s.events.concat(a.payload) : [a.payload],
100
}),
101
[ActionType.EVAL_FINISH]: (s: StatusState, _: Action) => ({
0 commit comments