You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I think there is miss methods getEditorSelection and insertEmbed
The text was updated successfully, but these errors were encountered: