fix: scroller parent aware child size change

This commit is contained in:
王劲鹏
2021-06-15 16:06:57 +08:00
committed by osborn
parent 9fed9e431c
commit 9bf4072777
3 changed files with 3 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ - (void)blendView:(UIView *)view forPropName:(NSString *)name propValue:(id)prop
[self mixinSubNode:subModel];
[self blendSubNode:subModel];
}
self.view.doricLayout.resolved = NO;
} else {
[super blendView:view forPropName:name propValue:prop];
}