diff --git a/doric-iOS/Example/Example/DoricEmbeddedExampleVC.m b/doric-iOS/Example/Example/DoricEmbeddedExampleVC.m index 6dd761de..5ab46177 100644 --- a/doric-iOS/Example/Example/DoricEmbeddedExampleVC.m +++ b/doric-iOS/Example/Example/DoricEmbeddedExampleVC.m @@ -148,6 +148,7 @@ - (__kindof UICollectionViewCell *)collectionView:(UICollectionView *)collection [it config:script alias:alias extra:nil]; }]; [cell.panel.doricContext callEntity:@"setData", data, nil]; + cell.panel.doricContext.rootNode.reusable = YES; }]; } if (cell.panel.doricContext != nil) {