mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
Fix:修复修改关联线文字后文字位置没有更新的问题
This commit is contained in:
@@ -388,6 +388,7 @@ class AssociativeLine {
|
||||
if (this.controlPoint2) {
|
||||
this.controlPoint2.stroke({ color: associativeLineActiveColor })
|
||||
}
|
||||
this.updateTextPos(path, text)
|
||||
}
|
||||
|
||||
// 激活某根关联线
|
||||
|
||||
Reference in New Issue
Block a user