Antediluvian

Results 3 comments of Antediluvian

Did a bit of debugging. Seems like the editor internally erroneously updates the block key after typing in the first character, but keeps it constant for subsequent updates. ``` const...

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

If you don’t get an update soonish, I’d like to apply, seems straightforward