securingsincity/react-ace
Ver no GitHubsetState in onChange will block the editor
Open
#181 aberto em 22 de mar. de 2017
bughelp wanted
Métricas do repositório
- Stars
- (3.859 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
onChange(newValue) {
this.setState({ code: newValue });
console.log('change', this.state.code);
}