Skip to content

Custom image handler #6

@corey6988

Description

@corey6988

When I use imageHandler, becauce when i upload big image editor frozen, then i can't paste url of image from server. Is there method to get reference od quillEditor something like this

var quillObj = quillRef.current.getEditor();
const range = quillObj.getEditorSelection();
quillObj.getEditor().insertEmbed(range.index, 'image', 'urlImage');

I think there is miss methods getEditorSelection and insertEmbed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions