编辑框关闭时关闭二次编辑提示

This commit is contained in:
zh
2025-08-11 09:23:54 +08:00
parent e38dd4d029
commit 00f1a40e2a

View File

@ -1529,6 +1529,9 @@ class PolylineObject extends Base {
} }
this.nodePoints = [] this.nodePoints = []
this.positionEditing = false this.positionEditing = false
YJ.Measure.SetMeasureStatus(false)
this.event && this.event.destroy()
this.tip && this.tip.destroy()
}, },
showCallBack: show => { showCallBack: show => {
this.options.show = show this.options.show = show