Changed Roo/HtmlEditorCore.js
authorleon <leon@roojs.com>
Fri, 23 Dec 2022 02:49:42 +0000 (10:49 +0800)
committerleon <leon@roojs.com>
Fri, 23 Dec 2022 02:49:42 +0000 (10:49 +0800)
Roo/HtmlEditorCore.js

index 149bd00..ccb5efe 100644 (file)
@@ -700,6 +700,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
          
         
         e.preventDefault();
+        this.owner.fireEvent('paste', this);
         return false;
         // 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..