How to add Quill keyboard bindings in Next.Js Using react-quill?
I’m trying to add keyboard bindings to the quill editor in my project, however when I add keyboard to the modules object, the editor doesn’t show. But when I remove it, the editor is visible again. This is my code: