Fix parents children not showing

This commit is contained in:
2023-07-21 23:04:54 +02:00
parent 73304131a9
commit e03989bf60
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public class CollectionRepeaterProperty<TCollection, TItem> : DeclarativePropert
}
if (collection is {} newCollection)
{
//newCollection.CollectionChanged -= HandleCollectionChanged;
newCollection.CollectionChanged -= HandleCollectionChanged;
newCollection.CollectionChanged += HandleCollectionChanged;
}