Samuel Lee
Samuel Lee
i got same happen to Enter or Backspace. :( it's there any temporary patch?
> i got same happen to Enter or Backspace. :( > it's there any temporary patch? self answer, i was override [module/keyboard](https://github.com/quilljs/quill/blob/develop/modules/keyboard.js). maybe it's not good solution but until now...
i have same issue. but i had solve this to use "data-*" (i think isn't best way...) here is my solve. [https://codepen.io/anon/pen/MOdzbM](https://codepen.io/anon/pen/MOdzbM)
@Hanho-Kim sorry i didn't realized someone mention me. recently someone ask me about `module/keyboard`, how looks like. so i create gist. and share with it. :) https://github.com/quilljs/quill/blob/develop/modules/keyboard.ts currently Quill's develop...