react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

onChange sometimes stop working

Open wilav-dev opened this issue 1 year ago • 3 comments

I have react quill field inside a form. It's working fine but when I leave a tab in the browser and after some time (I'm not sure if after some time or after mac sleep mode, or anything else), onChange is not calling anymore while typing unless some specific keys or actions (Eg. spacebar as in my video example, delete key, selecting text and setting format such as bold but only using keyboard) If I open a new tab, it starts working again, but if I refresh the same tab that is not working, it is still not working.

https://user-images.githubusercontent.com/71793326/195986539-67c1d3f0-cfce-49a7-84ce-994c5a199710.mov

Ticket due diligence

  • [x] I have verified that the issue persists under ReactQuill v2.0.0

ReactQuill version

  • v2.0.0

wilav-dev avatar Oct 15 '22 12:10 wilav-dev