From b090d2fcd54a7d0103842aaa6334a81a9904124a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Dec 2020 11:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=88=97=E8=A1=A8=E7=95=8C=E9=9D=A2=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_process_ProcessManager/Explorer.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/o2web/source/x_component_process_ProcessManager/Explorer.js b/o2web/source/x_component_process_ProcessManager/Explorer.js index 58d1b28e13..d12089c6c9 100644 --- a/o2web/source/x_component_process_ProcessManager/Explorer.js +++ b/o2web/source/x_component_process_ProcessManager/Explorer.js @@ -177,14 +177,11 @@ MWF.xApplication.process.ProcessManager.Explorer = new Class({ }.bind(this)); }, setContentSize: function(){ - debugger; if (this.elementContentListNode){ var toolbarSize = (this.toolbarNode) ? this.toolbarNode.getSize() : {"x": 0, "y": 0}; var nodeSize = (this.node) ? this.node.getSize() : {"x": 0, "y": 0}; var categorySize = this.categoryElementNode ? this.categoryElementNode.getSize() : {"x": 0, "y": 0}; - console.log("categorySize.y="+categorySize.y); - var pt = this.elementContentNode.getStyle("padding-top").toFloat(); var pb = this.elementContentNode.getStyle("padding-bottom").toFloat(); -- GitLab