feat:fix Scroller's subnode render error
This commit is contained in:
@@ -102,6 +102,6 @@ - (void)blendView:(UIScrollView *)view forPropName:(NSString *)name propValue:(i
|
||||
}
|
||||
|
||||
- (void)blendSubNode:(NSDictionary *)subModel {
|
||||
[self.childNode blend:subModel];
|
||||
[self.childNode blend:subModel[@"props"]];
|
||||
}
|
||||
@end
|
Reference in New Issue
Block a user