roojs-ui.js
[roojs1] / roojs-debug.js
index 65b8f24..99d0499 100644 (file)
@@ -50558,6 +50558,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 });
             }
             this.insertAtCursor(d.innerHTML.replace(/ /g,' '));
+            e.preventDefault();
+            this.owner.fireEvent('paste', this);
             return false;
         }
         if (cd.types.indexOf('text/html') < 0 ) {