Clean up API
This commit is contained in:
@ -14,7 +14,7 @@ export abstract class XmlComponent extends BaseXmlComponent {
|
||||
const children = this.root
|
||||
.filter((c) => {
|
||||
if (c instanceof BaseXmlComponent) {
|
||||
return !c.isDeleted;
|
||||
return !c.IsDeleted;
|
||||
}
|
||||
return true;
|
||||
})
|
||||
|
Reference in New Issue
Block a user