Feat:支持调整关联线控制点位置后激活状态不丢失,提升使用体验

This commit is contained in:
街角小林
2024-12-16 17:20:28 +08:00
parent 2822dcc99a
commit ec677c781e

View File

@@ -202,6 +202,7 @@ function onControlPointMouseup(e) {
associativeLineTargetControlOffsets: offsetList,
associativeLinePoint
})
this.isNotRenderAllLines = true
// 这里要加个setTimeout0是因为draw_click事件比mouseup事件触发的晚所以重置isControlPointMousedown需要等draw_click事件触发完以后
setTimeout(() => {
this.resetControlPoint()