mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Fix:修复修改关联线文字后文字位置没有更新的问题
This commit is contained in:
parent
87d1b95dd9
commit
e5ee2f19d1
@ -388,6 +388,7 @@ class AssociativeLine {
|
|||||||
if (this.controlPoint2) {
|
if (this.controlPoint2) {
|
||||||
this.controlPoint2.stroke({ color: associativeLineActiveColor })
|
this.controlPoint2.stroke({ color: associativeLineActiveColor })
|
||||||
}
|
}
|
||||||
|
this.updateTextPos(path, text)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 激活某根关联线
|
// 激活某根关联线
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<Sidebar ref="sidebar" :title="'关联线样式'">
|
<Sidebar ref="sidebar" :title="$t('baseStyle.associativeLineStyle')">
|
||||||
<div class="sidebarContent" :class="{ isDark: isDark }">
|
<div class="sidebarContent" :class="{ isDark: isDark }">
|
||||||
<div class="title noTop">{{ $t('baseStyle.associativeLine') }}</div>
|
<div class="title noTop">{{ $t('baseStyle.associativeLine') }}</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user