securingsincity/react-ace

setState in onChange will block the editor

Open

#181 geöffnet am 22. März 2017

Auf GitHub ansehen
 (14 Kommentare) (13 Reaktionen) (0 zugewiesene Personen)JavaScript (3.859 Stars) (615 Forks)batch import
bughelp wanted

Beschreibung

  onChange(newValue) {
    this.setState({ code: newValue });
    console.log('change', this.state.code);
  }

Contributor Guide