fix: 修复js面板引用计数问题

This commit is contained in:
林熠 2020-08-04 19:18:08 +08:00
parent f054cbf779
commit fcc1a6f02d

View File

@ -336,4 +336,12 @@ export class Props implements IPropParent {
getNode() {
return this.owner;
}
/**
* @deprecated
* props node
*/
toData() {
return this.export()?.props;
}
}