Fix:修复节点收起再展开后展开收起按钮占位元素丢失的问题

This commit is contained in:
wanglin2
2023-07-18 08:44:44 +08:00
parent b42cee7a2f
commit daf9888da4

View File

@@ -365,8 +365,8 @@ class Node {
this._unVisibleRectRegionNode.fill({
color: 'transparent'
})
this.group.add(this._unVisibleRectRegionNode)
}
this.group.add(this._unVisibleRectRegionNode)
this.renderer.layout.renderExpandBtnRect(this._unVisibleRectRegionNode, this.expandBtnSize, width, height, this)
}
}