Don't handle drop events in the blockbase64 plugin

This commit is contained in:
yflory 2018-08-27 14:57:16 +02:00
parent 3f89dd9908
commit 5cd3cdc208
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
return ret;
};
var chkImg = function () {
/*var chkImg = function () {
// don't execute code if the editor is readOnly
if (editor.readOnly) {
return;
@ -27,7 +27,7 @@
editor.document.on('drop', chkImg);
// For IE
editor.document.getBody().on('drop', chkImg);
});
});*/
editor.on('paste', function(e) {
var html = e.data.dataValue;