react-markdown-editor-lite icon indicating copy to clipboard operation
react-markdown-editor-lite copied to clipboard

Ctrl+Z removing the entire text

Open debleena2707 opened this issue 4 years ago • 1 comments

The editor is configured as: <MdEditor placeholder={SwaggerAndApiLabels.PlaceholderText1} value={this.state.generalDescription} style={{ height: "300px" }} renderHTML={(text) => mdParser.render(text)} onChange={this.handleEditorChange("generalDescription")} config={{ markdownClass: 'markdownEditorDesc' }} /> Everything is working fine except that if doing a ctrl+z, the entire text is deleted...instead of the last entered character/word.

debleena2707 avatar Feb 11 '21 06:02 debleena2707

any update on this ?

ismaellastlevel avatar Jan 01 '24 13:01 ismaellastlevel