Fix:修复修改关联线文字后文字位置没有更新的问题

This commit is contained in:
wanglin2
2025-03-30 15:14:11 +08:00
parent 87d1b95dd9
commit e5ee2f19d1
2 changed files with 2 additions and 1 deletions

View File

@@ -388,6 +388,7 @@ class AssociativeLine {
if (this.controlPoint2) {
this.controlPoint2.stroke({ color: associativeLineActiveColor })
}
this.updateTextPos(path, text)
}
// 激活某根关联线