MarinusDR
Results
1
issues of
MarinusDR
I try to insert text in te editor. In Draft.js one can use: `const editorState = this.state.editorState; const selection = editorState.getSelection(); const contentState = editorState.getCurrentContent(); const ncs = Modifier.insertText(contentState, selection,...