dev_xiangzheng
cxt 10 years ago
commit fef0475c80

@ -293,8 +293,8 @@ https://github.com/layerssss/paste.js
}).call(this); }).call(this);
KindEditor.plugin('paste', function(K) { function enablePasteImg(_editor) {
var editor = this, var editor = _editor,
name = 'paste'; name = 'paste';
if(editor.edit == undefined || editor.edit.iframe == undefined){ if(editor.edit == undefined || editor.edit.iframe == undefined){
return; return;
@ -351,5 +351,4 @@ KindEditor.plugin('paste', function(K) {
}); });
return; return;
};
});

Loading…
Cancel
Save