securingsincity/react-ace
setState in onChange will block the editor
Aperta
#181 aperta il 22 mar 2017
bughelp wanted
Metriche repository
- Star
- (3859 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
onChange(newValue) {
this.setState({ code: newValue });
console.log('change', this.state.code);
}