esplo
Results
1
comments of
esplo
@Discordius Please try this quick fix on `index.js`. ```diff - handleReturn(ev, { getEditorState, setEditorState }) { + handleReturn(ev, editorState, { setEditorState }) { - handleBeforeInput(character, { getEditorState, setEditorState }) {...