Jungwoo-An / react-editor-js

⚛️📝The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
940 stars 77 forks source link

Would like to have onKeyUp events for better control #210

Open ziedHamdi opened 1 year ago

ziedHamdi commented 1 year ago

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.