Roo/bootstrap/form/HtmlEditorToolbar/Context.js
authorAlan <alan@roojs.com>
Fri, 10 Feb 2023 06:53:25 +0000 (14:53 +0800)
committerAlan <alan@roojs.com>
Fri, 10 Feb 2023 06:53:25 +0000 (14:53 +0800)
Roo/bootstrap/form/HtmlEditorToolbar/Context.js

index 5b3cda2..e20efd9 100644 (file)
@@ -433,6 +433,7 @@ Roo.extend(Roo.bootstrap.form.HtmlEditorToolbar.Context, Roo.bootstrap.nav.Simpl
     },
     hideActiveGroup : function()
     {
+        this.hide();
         if (this.active_group === false) {
             return;
         }
@@ -463,7 +464,7 @@ Roo.extend(Roo.bootstrap.form.HtmlEditorToolbar.Context, Roo.bootstrap.nav.Simpl
         this.active_group.forEach(function(e) {
              e.setValue(this.selectedNode.getAttribute(e.attrname));
         }, this);
-            
+        this.show();
             
     }