roojs-bootstrap.js
authorAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:58:28 +0000 (15:58 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Sep 2021 07:58:28 +0000 (15:58 +0800)
roojs-bootstrap-debug.js
roojs-all.js
roojs-debug.js

roojs-bootstrap-debug.js

index 3c6fc41..a1dab9b 100644 (file)
@@ -27056,6 +27056,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
         
         this.doc.on('paste', function(e,v ) {
+            // default behaveiour should be our local cleanup paste? (optional?)
+            // for simple editor - we want to hammer the paste and get rid of everything... - so over-rideable..
             this.owner.fireEvent('paste', e, v);
         },this);