Skip to content

Commit f015a01

Browse files
authored
fix: add immediate flag to the navbar run button (#245)
1 parent e997fc6 commit f015a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function Header({
127127
return;
128128
}
129129

130-
dispatch({ type: 'EVALUATE' });
130+
dispatch({ type: 'EVALUATE', immediate: true });
131131
}}
132132
>
133133
{status === 'evaluating' ? (

0 commit comments

Comments
 (0)