Jackie Chen
Results
11
comments of
Jackie Chen
try to change the index on the custom image handler. ```js function imageHandler(imageDataUrl, type, imageData) { // ... let index = (quill.getSelection() || {}).index if (index === undefined || index...