Feat:导入和导出xmind文件时,支持处理区间概要

This commit is contained in:
wanglin2 2023-11-22 14:23:21 +08:00
parent ddd578d773
commit 5df4a7edb8
3 changed files with 382 additions and 453 deletions

View File

@ -1408,7 +1408,7 @@ class Render {
}
const nodeList = this.activeNodeList.filter(node => {
return (
!node.isRoot && !node.isGeneralization && !node.checkHasGeneralization()
!node.isRoot && !node.isGeneralization && !node.checkHasSelfGeneralization()
)
})
const list = parseAddGeneralizationNodeList(nodeList)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long