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
I use addImageBlobHook to upload images to my webserver and render it in the editor. this works fine.
However, the base64 image is still rendered in the editor, I don't want to.
I use addImageBlobHook to upload images to my webserver and render it in the editor. this works fine.
However, the base64 image is still rendered in the editor, I don't want to.
Screenshots :
https://i.postimg.cc/K3vQrmFx/aaa.png
https://i.postimg.cc/3wCF3v8H/bbbb.png
You can see that the image is displayed twice in the editor; And the html code shows bot the base64 image and the link to the uploaded image
#127 is not fixing this issue.
Here is my code snippet :
hooks: {
addImageBlobHook: function (blob, callback) {
The text was updated successfully, but these errors were encountered: