securingsincity/react-ace

setState in onChange will block the editor

開放

#181 建立於 2017年3月22日

 (14 則留言) (13 個反應) (0 位負責人)JavaScript (615 個分叉)batch import
bughelp wanted

倉庫指標

星標
 (3,859 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南