mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 02:12:56 +00:00
fix(outline-pane): when dialog is dragged, the outline pane is not displayed visible state
This commit is contained in:
parent
dc0cf5f62c
commit
a3b9d6ff48
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user