mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +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.autoruns?.forEach((dispose) => dispose());
|
||||
this.props.purge();
|
||||
this.settingEntry.purge();
|
||||
this.settingEntry?.purge();
|
||||
// this.document.destroyNode(this);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user