mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: 修复大纲树中点击隐藏icon后无法再显示出来
This commit is contained in:
parent
76c5acdc38
commit
d071e84500
@ -541,7 +541,7 @@ export class Node<Schema extends NodeSchema = NodeSchema> {
|
||||
}
|
||||
|
||||
getVisible(): boolean {
|
||||
return !this.getExtraProp('hidden', false)?.getValue();
|
||||
return !this.getExtraProp('hidden')?.getValue();
|
||||
}
|
||||
|
||||
onVisibleChange(func: (flag: boolean) => any) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user