fix(outline-pane): when dialog is dragged, the outline pane is not displayed visible state

This commit is contained in:
liujuping 2023-08-29 14:17:42 +08:00 committed by 林熠
parent dc0cf5f62c
commit a3b9d6ff48

View File

@ -83,6 +83,7 @@ export default class TreeTitle extends PureComponent<{
editing: false,
title: treeNode.titleLabel,
condition: treeNode.condition,
visible: !treeNode.hidden,
});
treeNode.onTitleLabelChanged(() => {
this.setState({