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 ca74574 commit cfd67f8Copy full SHA for cfd67f8
client/modules/IDE/pages/IDEView.jsx
@@ -11,7 +11,7 @@ import PreviewFrame from '../components/PreviewFrame';
11
import Console from '../components/Console';
12
import Toast from '../components/Toast';
13
import { updateFileContent } from '../actions/files';
14
-import { stopSketch } from '../actions/ide';
+
15
import {
16
autosaveProject,
17
clearPersistedState,
@@ -94,7 +94,7 @@ const IDEView = () => {
94
useEffect(() => {
95
dispatch(clearPersistedState());
96
97
- dispatch(stopSketch());
+ // dispatch(stopSketch());
98
}, [dispatch]);
99
100
0 commit comments