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

index 5b0f812..e74b57b 100644 (file)
@@ -600,7 +600,9 @@ 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);
-        
+
+        Roo.log('PASTE EVENT');
+        Roo.log(cd);
         
         // 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) {