securingsincity/react-ace

setState in onChange will block the editor

Open

#181 建立於 2017年3月22日

在 GitHub 查看
 (14 留言) (13 反應) (0 負責人)JavaScript (3,859 star) (615 fork)batch import
bughelp wanted

描述

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

貢獻者指南