Feat:导入和导出xmind文件时,支持处理区间概要
This commit is contained in:
parent
ddd578d773
commit
5df4a7edb8
@ -1408,7 +1408,7 @@ class Render {
|
|||||||
}
|
}
|
||||||
const nodeList = this.activeNodeList.filter(node => {
|
const nodeList = this.activeNodeList.filter(node => {
|
||||||
return (
|
return (
|
||||||
!node.isRoot && !node.isGeneralization && !node.checkHasGeneralization()
|
!node.isRoot && !node.isGeneralization && !node.checkHasSelfGeneralization()
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
const list = parseAddGeneralizationNodeList(nodeList)
|
const list = parseAddGeneralizationNodeList(nodeList)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
256
simple-mind-map/src/utils/xmind.js
Normal file
256
simple-mind-map/src/utils/xmind.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user