roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 20 May 2011 06:24:00 +0000 (14:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 20 May 2011 06:24:00 +0000 (14:24 +0800)
roojs-debug.js

index 1d5af12..757c5f3 100644 (file)
@@ -38685,6 +38685,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
             }
             if(this.fireEvent('beforepush', this, v) !== false){
                 (this.doc.body || this.doc.documentElement).innerHTML = v;
+                this.cleanUpPaste();
                 this.fireEvent('push', this, v);
             }
         }