Merge pull request #1178 from processing/autorefresh-tweaks
re #1177: increase autorefresh time period to 1000ms
This commit is contained in:
commit
29ac16acfa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Editor extends React.Component {
|
|||
this.props.clearConsole();
|
||||
this.props.startRefreshSketch();
|
||||
}
|
||||
}, 400));
|
||||
}, 1000));
|
||||
|
||||
this._cm.on('keyup', () => {
|
||||
const temp = `line ${parseInt((this._cm.getCursor().line) + 1, 10)}`;
|
||||
|
|
Loading…
Reference in a new issue