NoelOConnell/quill-image-uploader

Drag and Drop of image in react quill editor always appends it at the end of the line instead of current cursor position.

Closed this issue · 3 comments

DvzH commented
Drag and Drop of image in react quill editor always appends it at the end of the line instead of current cursor position.

Can you provide a link to an example so I can reproduce this?

I tried this in on the demo and the image appended in the correct cursor position.

DvzH commented

It is working like a charm once I defined my modules and formats inside editor component. thank for the wonderful library

How did you fix it? I'm having the same issue, I even tested it on the react example provided, and drag and drop does not work, it just focuses at the end