123test

177 阅读1分钟

qwelorem

constructor(props) {
   super(props)
   this.state = {
      editorState: BraftEditor.createEditorState(null)
   }
   this.editSubmit = this.editSubmit.bind(this)
}