securingsincity/react-ace
Ver no GitHubsetState in onChange will block the editor
Open
#181 aberto em 22 de mar. de 2017
bughelp wanted
Description
onChange(newValue) {
this.setState({ code: newValue });
console.log('change', this.state.code);
}