roojs-ui.js
[roojs1] / Roo / HtmlEditorCore.js
index 0325a55..ef1ecfc 100644 (file)
@@ -479,13 +479,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         // initialize special key events - enter
         new Roo.htmleditor.KeyEnter({core : this});
         
-        
-        
-        this.doc.on('paste', function(e,v ) {
-           
-            this.owner.fireEvent('paste', e, v);
-        },this);
-        
+         
         
         this.owner.fireEvent('initialize', this);
         this.pushValue();