Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created September 26, 2016 07:58
Show Gist options
  • Save svschannak/28fdd32cee5ab42417c24b6dcd8ea4c2 to your computer and use it in GitHub Desktop.
Save svschannak/28fdd32cee5ab42417c24b6dcd8ea4c2 to your computer and use it in GitHub Desktop.
Draft.js Update editor content
componentWillReceiveProps(newProps){
this.setState({
editorState: createEditorState(newProps.current_content),
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment