mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
fix: 参考原 vision 的实现, 调整 prop.getProps 的逻辑
This commit is contained in:
parent
d984192aeb
commit
1c141cd6c5
@ -663,7 +663,7 @@ export class Prop implements IPropParent {
|
||||
}
|
||||
|
||||
getProps() {
|
||||
return this.parent;
|
||||
return this.props;
|
||||
}
|
||||
|
||||
getNode() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user