From 7fd20eef7de06f21da83ffb8be15924bddceafd0 Mon Sep 17 00:00:00 2001 From: leon Date: Fri, 23 Dec 2022 10:50:35 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index ccb5efe710..60aed65b1d 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -700,6 +700,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { e.preventDefault(); + Roo.log("HTML EDITOR ON PASTEEE"); this.owner.fireEvent('paste', this); return false; // default behaveiour should be our local cleanup paste? (optional?) -- 2.39.2