Skip to content

Commit

Permalink
Start with dependency resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Ives van Hoorne committed Dec 24, 2016
1 parent fc605c8 commit c859b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/SandboxView/Editor/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class CodeEditor extends React.PureComponent {

constructor() {
super();
this.handleChange = debounce(this.handleChange, 250, { leading: true });
this.handleChange = debounce(this.handleChange, 0, { leading: true });
}

componentDidMount() {
Expand Down

0 comments on commit c859b62

Please sign in to comment.