Using quill-image-uploader@1.2.2, when pasting an image from clipboard using Google Chrome, I get an error:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'index')
at e.value (quill.imageUploader.min.js:1:5838)
at quill.imageUploader.min.js:1:5464
which seems to be this.range being null at insertToEditor.
This issue appears with different users, but only seems to appear in the browser Google Chrome.
Using
quill-image-uploader@1.2.2
, when pasting an image from clipboard using Google Chrome, I get an error:which seems to be
this.range
beingnull
atinsertToEditor
. This issue appears with different users, but only seems to appear in the browser Google Chrome.