mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +00:00
fix: 修复js面板引用计数问题
This commit is contained in:
parent
f054cbf779
commit
fcc1a6f02d
@ -336,4 +336,12 @@ export class Props implements IPropParent {
|
|||||||
getNode() {
|
getNode() {
|
||||||
return this.owner;
|
return this.owner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
* 获取 props 对应的 node
|
||||||
|
*/
|
||||||
|
toData() {
|
||||||
|
return this.export()?.props;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user