鼠标左键点击

This commit is contained in:
zh
2025-08-27 00:56:56 +08:00
parent 2604512f47
commit d334518da7
6 changed files with 779 additions and 358 deletions

View File

@ -348,9 +348,10 @@ class CurvelineObject extends Base {
this._elms.lineWidth.forEach(item => {
item.value = this.options.width
})
this.entity &&
this.entity.polyline &&
(this.entity.polyline.width = this.options.width)
if (this.entity && this.entity.polyline) {
this.entity.polyline.width = this.entity.polyline.width + v - this.entity.polyline.oriWidth
this.entity.polyline.oriWidth = this.options.width
}
}
get lineType() {