Fix:修复http协议下可以在概要节点上粘贴下级节点的问题
This commit is contained in:
parent
7213348c12
commit
6ae5d244f1
@ -1551,6 +1551,8 @@ class Render {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.activeNodeList.forEach(node => {
|
this.activeNodeList.forEach(node => {
|
||||||
|
// 概要节点不允许添加下级节点
|
||||||
|
if (node.isGeneralization) return
|
||||||
node.setData({
|
node.setData({
|
||||||
expand: true
|
expand: true
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user