Feat:概要节点增加uid字段
This commit is contained in:
parent
58a3faae74
commit
4bf43ff338
@ -1618,7 +1618,8 @@ class Render {
|
|||||||
...(data || {
|
...(data || {
|
||||||
text: this.mindMap.opt.defaultGeneralizationText
|
text: this.mindMap.opt.defaultGeneralizationText
|
||||||
}),
|
}),
|
||||||
range: item.range || null
|
range: item.range || null,
|
||||||
|
uid: createUid()
|
||||||
}
|
}
|
||||||
let generalization = item.node.getData('generalization')
|
let generalization = item.node.getData('generalization')
|
||||||
if (generalization) {
|
if (generalization) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user