Replies: 1 comment
-
I've solved it by removing ImagePlugin.configure({
options: {
disableUploadInsert: true,
},
render: { afterEditable: MediaPreviewDialog, node: ImageElement },
}), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello every one,
When i used serializeHtml, it always returns more doms.
Here is my code:
Click the

save
button, returned html just like this:so I copy the returned doms and paste it in a new html, then it looks like

I guess it is:

How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions