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.
2 parents a175a04 + 1c6bfe6 commit f508f52Copy full SHA for f508f52
client/modules/IDE/components/Header/Toolbar.jsx
@@ -87,6 +87,9 @@ const Toolbar = (props) => {
87
checked={autorefresh}
88
onChange={(event) => {
89
dispatch(setAutorefresh(event.target.checked));
90
+ if (event.target.checked) {
91
+ dispatch(startSketch());
92
+ }
93
}}
94
/>
95
<label htmlFor="autorefresh" className="toolbar__autorefresh-label">
0 commit comments