feat:fix iOS memory leak in debugging
This commit is contained in:
@@ -181,4 +181,10 @@ - (void)requestLayout {
|
||||
[node requestLayout];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)clearSubModel {
|
||||
[super clearSubModel];
|
||||
self.childNodes = @[];
|
||||
self.childViewIds = @[];
|
||||
}
|
||||
@end
|
||||
|
Reference in New Issue
Block a user