Fix:修复修改外框文字样式没有实时生效的问题

This commit is contained in:
wanglin2 2025-04-24 20:18:53 +08:00
parent 833fd7e0f3
commit 12c7ab01aa

View File

@ -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)
}