File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class Editor extends React.Component {
162
162
this . props . updateFileContent ( this . props . file . id , this . _cm . getValue ( ) ) ;
163
163
if ( this . props . autorefresh && this . props . isPlaying ) {
164
164
this . props . clearConsole ( ) ;
165
- this . props . startRefreshSketch ( ) ;
165
+ this . props . startSketch ( ) ;
166
166
}
167
167
} , 1000 )
168
168
) ;
@@ -473,7 +473,7 @@ Editor.propTypes = {
473
473
url : PropTypes . string
474
474
} ) . isRequired ,
475
475
setUnsavedChanges : PropTypes . func . isRequired ,
476
- startRefreshSketch : PropTypes . func . isRequired ,
476
+ startSketch : PropTypes . func . isRequired ,
477
477
autorefresh : PropTypes . bool . isRequired ,
478
478
isPlaying : PropTypes . bool . isRequired ,
479
479
theme : PropTypes . string . isRequired ,
You can’t perform that action at this time.
0 commit comments