Fix:修复拖动关联线控制点更新后,再次激活关联线控制点位置显示错误的问题

This commit is contained in:
街角小林
2025-03-03 16:29:57 +08:00
parent 10e9fa3f22
commit 2001bdd3ff

View File

@@ -157,6 +157,7 @@ class AssociativeLine {
// 取消激活关联线
if (!this.isControlPointMousedown) {
this.clearActiveLine()
this.renderAllLines()
}
}
@@ -166,6 +167,7 @@ class AssociativeLine {
this.completeCreateLine(node)
} else {
this.clearActiveLine()
this.renderAllLines()
}
}