roojs-ui.js
[roojs1] / roojs-ui-debug.js
index 090f491..d24383a 100644 (file)
@@ -26056,6 +26056,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 ) {