Closed ghost closed 8 years ago
Trying to drag&drop added img to another place will cause displaying base64 code
When you drag an image from one div to another div it is seen as a cut & paste operation so you will need to set the pastePlainText option to false in order for it to show the image instead of the data url.
Trying to drag&drop added img to another place will cause displaying base64 code