Changed Roo/form/HtmlEditor/ToolbarStandard.js
authorleon <leon@roojs.com>
Tue, 3 May 2022 02:56:50 +0000 (10:56 +0800)
committerleon <leon@roojs.com>
Tue, 3 May 2022 02:56:50 +0000 (10:56 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index b58a4cf..6b8f390 100644 (file)
@@ -407,6 +407,7 @@ Roo.form.HtmlEditor.ToolbarStandard.prototype = {
                 actiontype : 'word',
                 html: 'Remove MS Word Formating',
                 handler: function(a,b) {
+                    console.log("ToolbarStandard Handler");
                     editorcore.cleanWord();
                     editorcore.syncValue();
                 },