-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
Labels
No labels