mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Fix:修复http协议下可以在概要节点上粘贴下级节点的问题
This commit is contained in:
parent
7213348c12
commit
6ae5d244f1
@ -1551,6 +1551,8 @@ class Render {
|
||||
return
|
||||
}
|
||||
this.activeNodeList.forEach(node => {
|
||||
// 概要节点不允许添加下级节点
|
||||
if (node.isGeneralization) return
|
||||
node.setData({
|
||||
expand: true
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user