draft-js-code-editor-plugin icon indicating copy to clipboard operation
draft-js-code-editor-plugin copied to clipboard

New Draft-JS version breaks backspace key

Open SullyJHF opened this issue 4 years ago • 0 comments

New Draft JS 0.11 adds a new parameter (eventTimestamp) to the handleKeyCommand function: handleKeyCommand This causes the plugin to throw an error whenever you press the backspace key because it's tring to find setEditorState in a number. PR #34 will fix this issue.

SullyJHF avatar May 04 '21 10:05 SullyJHF