Fix:修复节点收起再展开后展开收起按钮占位元素丢失的问题
This commit is contained in:
parent
b42cee7a2f
commit
daf9888da4
@ -365,8 +365,8 @@ class Node {
|
|||||||
this._unVisibleRectRegionNode.fill({
|
this._unVisibleRectRegionNode.fill({
|
||||||
color: 'transparent'
|
color: 'transparent'
|
||||||
})
|
})
|
||||||
this.group.add(this._unVisibleRectRegionNode)
|
|
||||||
}
|
}
|
||||||
|
this.group.add(this._unVisibleRectRegionNode)
|
||||||
this.renderer.layout.renderExpandBtnRect(this._unVisibleRectRegionNode, this.expandBtnSize, width, height, this)
|
this.renderer.layout.renderExpandBtnRect(this._unVisibleRectRegionNode, this.expandBtnSize, width, height, this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user