mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 18:37:43 +08:00
Fix:修复修改外框文字样式没有实时生效的问题
This commit is contained in:
parent
833fd7e0f3
commit
12c7ab01aa
@ -242,7 +242,7 @@ class OuterFrame {
|
||||
...styleConfig,
|
||||
strokeDasharray: 'none'
|
||||
})
|
||||
const text = this.getText(firstNode)
|
||||
const text = this.getText(firstNode) || this.mindMap.opt.defaultOuterFrameText
|
||||
this.renderText(text, el, textNode, node, range)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user