mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Feat:导入和导出xmind文件时,支持处理区间概要
This commit is contained in:
parent
ddd578d773
commit
5df4a7edb8
@ -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
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…
Reference in New Issue
Block a user