From a680b9f4d136eb3074db19b47cb7415b61e2eb70 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 12 Jul 2022 10:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/designer/scripts/diagraming/designer.core.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js index d66b502d..e8b86223 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js @@ -367,7 +367,6 @@ var Designer = { return } } - debugger; b.attr("class", "shape_box"); Designer.events.push("created", g); Model.add(g); @@ -4059,7 +4058,6 @@ var Designer = { } }, renderShape: function(q) { - debugger; if (q.name == "linker") { this.renderLinker(q); return @@ -4507,7 +4505,6 @@ var Designer = { } }, renderDataAttributes: function(i, k) { - debugger; $("#" + i.id).children(".attr_canvas").remove(); if (!i.dataAttributes || i.dataAttributes.length == 0) { return @@ -4576,7 +4573,6 @@ var Designer = { m(j, l, o)*/ } function m(c, y, x) { - debugger; var h = c.horizontal; var I = c.vertical; var H = $("").appendTo($("#" + i.id)); @@ -4694,7 +4690,6 @@ var Designer = { b.fillStyle = "#6666FF"; } var tempY = a / 2 + v * 12; - debugger; if (tempL < D) { b.fillText(y.substring(v * tempShapeWidth / (D / y.length), tempL / (D / y.length)), tempX, tempY); } else { @@ -6188,7 +6183,6 @@ var Utils = { for (var au = 0; au < am.dataAttributes.length; au++) { var ap = am.dataAttributes[au]; if (ap.type == "link" && ap.showType && ap.showType != "none") { - debugger; var af = i.children("#attr_canvas_" + ap.id); if (af.length > 0) { var ai = af.position();