iOS: set reuse flag when in embedded mode
This commit is contained in:
parent
c050a18546
commit
1a3789fc4c
@ -148,6 +148,7 @@ - (__kindof UICollectionViewCell *)collectionView:(UICollectionView *)collection
|
|||||||
[it config:script alias:alias extra:nil];
|
[it config:script alias:alias extra:nil];
|
||||||
}];
|
}];
|
||||||
[cell.panel.doricContext callEntity:@"setData", data, nil];
|
[cell.panel.doricContext callEntity:@"setData", data, nil];
|
||||||
|
cell.panel.doricContext.rootNode.reusable = YES;
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
if (cell.panel.doricContext != nil) {
|
if (cell.panel.doricContext != nil) {
|
||||||
|
Reference in New Issue
Block a user