fxmontigny / quill-image-upload

A module for Quill rich text editor to upload images to be selected from toolbar editor.
107 stars 43 forks source link

Image is added at the end if cursor is at zero index position #3

Closed royshouvik closed 6 years ago

royshouvik commented 6 years ago

On https://github.com/fxmontigny/quill-image-upload/blob/master/src/image-upload.js#L96 the index calculation doesn't work as intended when the cursor is at 0th position.