Roo/bootstrap/form/HtmlEditorToolbar/Context.js
authorAlan <alan@roojs.com>
Fri, 10 Feb 2023 07:20:36 +0000 (15:20 +0800)
committerAlan <alan@roojs.com>
Fri, 10 Feb 2023 07:20:36 +0000 (15:20 +0800)
Roo/bootstrap/form/HtmlEditorToolbar/Context.js

index ca20246..3b21393 100644 (file)
@@ -464,7 +464,7 @@ Roo.extend(Roo.bootstrap.form.HtmlEditorToolbar.Context, Roo.bootstrap.nav.Simpl
         
         this.active_group = this.button_groups[tn];
         
-         this.active_group.forEach(function(e) {
+        this.active_group.forEach(function(e) {
             e.show();
         });