修改tip提示语
This commit is contained in:
@ -28,7 +28,7 @@ class DrawPoint extends Draw {
|
||||
} else {
|
||||
let car = undefined
|
||||
YJ.Measure.SetMeasureStatus(true)
|
||||
this.tip = new MouseTip('左键确定,右键结束;', this.sdk)
|
||||
this.tip = new MouseTip(this.tipText || '左键确定,右键结束;', this.sdk)
|
||||
this.event = new MouseEvent(this.sdk)
|
||||
this.event.mouse_left((movement, cartesian) => {
|
||||
this.end()
|
||||
|
||||
Reference in New Issue
Block a user