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

@@ -186,6 +186,6 @@ - (void)reloadParagraphStyle {
- (void)blend:(NSDictionary *)props {
[super blend:props];
[self.view.superview setNeedsLayout];
self.view.doricLayout.resolved = NO;
}
@end