瀏覽代碼

修复组件隐藏的时候,组件高度为0的问题

unknown 5 年之前
父節點
當前提交
11cd9ed645
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      o2web/source/x_component_process_Xform/$Input.js

+ 0 - 1
o2web/source/x_component_process_Xform/$Input.js

@@ -158,7 +158,6 @@ MWF.xApplication.process.Xform.$Input = MWF.APP$Input =  new Class({
     _loadStyles: function(){
         if (this.json.styles) this.node.setStyles(this.json.styles);
         if (this.json.inputStyles) if (this.node.getFirst()) this.node.getFirst().setStyles(this.json.inputStyles);
-        debugger;
         if (this.iconNode && this.iconNode.offsetParent !== null ){ //没有被隐藏
             var size = this.node.getSize();
             //if (!size.y){