Created
September 26, 2016 07:58
-
-
Save svschannak/28fdd32cee5ab42417c24b6dcd8ea4c2 to your computer and use it in GitHub Desktop.
Draft.js Update editor content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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