react-editor-js
react-editor-js copied to clipboard
Would like to have onKeyUp events for better control
I'm trying to implement different behavior in a comment box: allowing Enter to create a new block and Ctrl+Enter to post eh comment.
Actually, there's no info about the pressed key in the CustomEvent fired by onChange.