mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-25 11:28:18 +00:00
test: 兼容单测
This commit is contained in:
parent
9290b77248
commit
d89c5910a5
@ -770,7 +770,7 @@ export class Node<Schema extends NodeSchema = NodeSchema> {
|
|||||||
this.purged = true;
|
this.purged = true;
|
||||||
this.autoruns?.forEach((dispose) => dispose());
|
this.autoruns?.forEach((dispose) => dispose());
|
||||||
this.props.purge();
|
this.props.purge();
|
||||||
this.settingEntry.purge();
|
this.settingEntry?.purge();
|
||||||
// this.document.destroyNode(this);
|
// this.document.destroyNode(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user