Browse Source

Fix Styles

sebastien 7 năm trước cách đây
mục cha
commit
f28f9bc0c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      inspector/src/tabs/ToolsTab.ts

+ 1 - 1
inspector/src/tabs/ToolsTab.ts

@@ -81,7 +81,7 @@ module INSPECTOR {
                         }
                     }, undefined, true);
                 };
-                elemLabel.appendChild(inputElement);
+                this._panel.appendChild(inputElement);
 
                 this._createToolLabel("Compress to .env", this._panel);
                 let elemValue = Helpers.CreateDiv('tool-value', this._panel);