Changed Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Wed, 3 May 2023 07:13:24 +0000 (15:13 +0800)
committerleon <leon@roojs.com>
Wed, 3 May 2023 07:13:24 +0000 (15:13 +0800)
Roo/HtmlEditorCore.js

index 6599b4d..5b0f812 100644 (file)
@@ -601,6 +601,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         // even pasting into a 'email version' of this widget will have to clean up that mess.
         var cd = (e.browserEvent.clipboardData || window.clipboardData);
         
+        
         // check what type of paste - if it's an image, then handle it differently.
         if (cd.files && cd.files.length > 0 && cd.types.indexOf('text/html') < 0) {
             // pasting images?