In Quill default, Ctrl Enter is submit an editor block or do anyevent. But I want to use key Enter to submit instead of Ctrl + Enter. How can I fix this. I use VueJS and package Vue Quill Editor: https://github.com/surmon-china/vue-quill-editor/
You can add key bindings:
https://quilljs.com/docs/modules/keyboard/
Did not work, there is a "handleEnter" function which prevents use of any added later handlers of Enter
Most helpful comment
Did not work, there is a "handleEnter" function which prevents use of any added later handlers of Enter