diff --git a/AppKit/CPCollectionView.j b/AppKit/CPCollectionView.j index 43d95061c..bbbd9436e 100644 --- a/AppKit/CPCollectionView.j +++ b/AppKit/CPCollectionView.j @@ -127,6 +127,7 @@ { _itemData = [CPKeyedArchiver archivedDataWithRootObject:anItem]; _itemForDragging = anItem//[CPKeyedUnarchiver unarchiveObjectWithData:_itemData]; + _itemPrototype = anItem; [self reloadContent]; }