From d9edcf2fa95e62bf9bbac6253a695c1151780e7b Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期二, 24 五月 2022 14:23:21 +0800
Subject: [PATCH] 'lct'

---
 public/wutu3d/cesium-wutu/wutu3d.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/public/wutu3d/cesium-wutu/wutu3d.js b/public/wutu3d/cesium-wutu/wutu3d.js
index d94fe70..1dd5733 100644
--- a/public/wutu3d/cesium-wutu/wutu3d.js
+++ b/public/wutu3d/cesium-wutu/wutu3d.js
@@ -1961,12 +1961,10 @@
                 }, o.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)
             },
             endDraw: function () {
-                debugger
                 if (!this._enabled) return this;
                 this._positions_draw.length < this._minPointNum || (this.updateAttrForDrawing(), this.disable())
             },
             finish: function () {
-                debugger
                 var e = this.entity;
                 e.editing = this.getEditClass(e), e._positions_draw = this.getDrawPosition(), e.polyline.positions = new o.CallbackProperty(function (t) {
                     return e._positions_draw
@@ -18992,4 +18990,4 @@
             }]), e
         }()
     }])
-});
\ No newline at end of file
+});

--
Gitblit v1.9.2