SR

Results 2 comments of SR
trafficstars

``` const newState = EditorState.createEmpty() this.setState({ editorState: EditorState.moveFocusToEnd(newState) }) ``` This worked for me...

``` const newState = EditorState.createEmpty() this.setState({ editorState: EditorState.moveFocusToEnd(newState) }) ``` This worked for me